vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.wallet.lib.data
/
NullableInstantLongSerializer
Nullable
Instant
Long
Serializer
class
NullableInstantLongSerializer
:
KSerializer
<
Instant
?
>
(
source
)
Members
Constructors
Nullable
Instant
Long
Serializer
Link copied to clipboard
constructor
(
)
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
Instant
?
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
Instant
?
)