Package-level declarations
Types
Serializer for DayOfWeek that uses abbreviated weekday names (mon, tue, wed, etc.).
Serializer for Instant that uses POSIX epoch seconds (seconds since 1970-01-01T00:00:00Z).
Serializer that encodes Booleans as integers (1 for true, 0 for false).
Serializer for LocalDate using the ISO 8601 basic format (YYYYMMDD).
Serializer for localized text that converts between Map
Abstract serializer that converts Map
Serializer for Month that uses month numbers (1-12).
Serializer for RgbColor as a six-digit hexadecimal color code with a leading "#".
Serializer for RgbColor as a six-digit hexadecimal color code without a leading "#".
Serializer for ServiceTime in HH:MM:SS format.
Serializer for Timestamp that handles RFC3339 format timestamp strings.
Serializer for Duration that uses whole minutes. Fractional minutes are rounded down.
Serializer for Duration that uses whole seconds. Fractional seconds are rounded down.