Package-level declarations
Types
A polymorphic serializer for DateTimeUnit.DateBased unit that represents the unit as an Int number of months or days.
A serializer for DatePeriod that uses a different field for each component, only listing non-zero components.
A serializer for DatePeriod that represents it as an ISO 8601 duration string.
A serializer for DateTimePeriod that uses a different field for each component, only listing non-zero components.
A serializer for DateTimePeriod that represents it as an ISO 8601 duration string.
A polymorphic serializer for DateTimeUnit that represents the unit as the Int number of months or days, or the Long number of nanoseconds.
A serializer for DateTimeUnit.DayBased unit that represents the unit as an Int number of days.
A serializer for DayOfWeek that represents the values as strings.
A serializer for FixedOffsetTimeZone that represents the time zone as its identifier.
A serializer for Instant that represents an Instant
value as second and nanosecond components of the Unix time.
A serializer for Instant that uses the ISO 8601 representation.
A serializer for LocalDate that represents a value as its components.
A serializer for LocalDate that uses the ISO 8601 representation.
A serializer for LocalDateTime that represents a value as its components.
A serializer for LocalDateTime that uses the ISO 8601 representation.
A serializer for LocalTime that represents a value as its components.
A serializer for LocalTime that uses the ISO 8601 representation.
A serializer for DateTimeUnit.MonthBased unit that represents the unit as an Int number of months.
A serializer for Month that represents the month value as a string.
A serializer for DateTimeUnit.TimeBased unit that represents the unit as a Long number of nanoseconds.
A serializer for TimeZone that represents the time zone as its identifier.
A serializer for UtcOffset that uses the extended ISO 8601 representation.