toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
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
?
)