Package-level declarations
Types
A multiplatform BigDecimal
An Adapter that converts to/from BigDecimal
An Adapter that converts an ISO 8601 String to/from a java.util.Date When writing, it discards the offset information.
An Adapter that converts an ISO 8601 String to/from a java.time.Instant When writing, it discards the offset information.
An Adapter that converts a date to/from java.time.LocalDate
An Adapter that converts a date and time to/from java.time.LocalDateTime
An Adapter that converts a time to/from java.time.LocalTime
An Adapter that converts a date and time to/from java.time.OffsetDateTime
An Adapter that converts an ISO 8601 String like "2010-06-01T22:19:44.475Z" to/from a kotlinx.datetime.Instant
An Adapter that converts an ISO 8601 String like "2010-06-01" to/from a kotlinx.datetime.LocalDate
An Adapter that converts an ISO 8601 String without time zone information like "2010-06-01T22:19:44.475" to/from a kotlinx.datetime.LocalDateTime
An Adapter that converts an ISO 8601 String like "14:35:00" to/from a kotlinx.datetime.LocalDate