Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
serialization
/
inkapplications.shade.serialization
/
MillisecondDurationSerializer
Millisecond
Duration
Serializer
object
MillisecondDurationSerializer
:
DelegateSerializer
<
Long
,
Duration
>
Serialize a Duration as a Long in milliseconds.
Members
Properties
descriptor
Link copied to clipboard
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
override
fun
deserialize
(
decoder
:
Decoder
)
:
Duration
serialize
Link copied to clipboard
override
fun
serialize
(
encoder
:
Encoder
,
value
:
Duration
)