Package-level declarations

Types

Link copied to clipboard
object LocalDateSerializer : KSerializer<LocalDate>

Serializer for LocalDate objects, using ISO-8601's standard for dates.

Link copied to clipboard
object YearMonthSerializer : KSerializer<YearMonth>

Serializer for YearMonth objects, using YYYY-MM format.