EtsiInstantSerializer

class EtsiInstantSerializer : KSerializer<Instant> (source)

Serialized as ISO8601-String with the following restrictions: year with four digits, month, day, hour, minute, second (without decimal fraction) and the UTC designator "Z".

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): Instant
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Instant)