Class | Description |
---|---|
IonJavaTimeModule |
A module that installs a collection of serializers and deserializers for java.time classes.
|
IonTimestampInstantDeserializer<T extends Temporal> |
A deserializer for variants of java.time classes that represent a specific instant on the timeline
(Instant, OffsetDateTime, ZonedDateTime) which supports deserializing from an Ion timestamp value.
|
IonTimestampInstantSerializer<T extends Temporal> |
A serializer for variants of java.time classes that represent a specific instant on the timeline
(Instant, OffsetDateTime, ZonedDateTime) which supports serializing to an Ion timestamp value.
|
Copyright © 2022 FasterXML. All rights reserved.