LocalDateIso8601Serializer

A serializer for LocalDate that uses the ISO-8601 representation.

JSON example: "2020-01-01"

See also

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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