LocalDateTimeIso8601Serializer

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

JSON example: "2007-12-31T23:59:01"

See also

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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