Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro.jsr310.ser |
Class and Description |
---|
AvroInstantSerializer
Serializer for variants of java.time classes (Instant, OffsetDateTime, ZonedDateTime) into long value.
|
AvroLocalDateSerializer
Serializer for
LocalDate into int value. |
AvroLocalDateTimeSerializer
Serializer for
LocalDateTime into long value
Serialized value represents timestamp in a local timezone, regardless of what specific time zone
is considered local, with a precision of one millisecond from 1 January 1970 00:00:00.000. |
AvroLocalTimeSerializer
Serializer for
LocalTime into int value. |
Copyright © 2021 FasterXML. All rights reserved.