Class ZonedDateTimeEncoding

All Implemented Interfaces:
Encoding<ZonedDateTime>, NaturalSortAware, Serializable, Comparator<ZonedDateTime>

public class ZonedDateTimeEncoding extends Concat2Encoding<ZonedDateTime,OffsetDateTime,ZoneId>
Non-null ZonedDateTime type.

Null values are not supported by this class and there is no default value.

Binary encoding is via the concatenation of the encodings of OffsetDateTimeEncoding and ZoneIdEncoding.

See Also: