InstantSerializer

object InstantSerializer : KSerializer<Instant>

A custom serializer for Instant that encodes to and decodes from ISO-8601 strings.

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)