Class OffsetDateTimeEncoding

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

public class OffsetDateTimeEncoding extends Concat2Encoding<OffsetDateTime,Instant,ZoneOffset>
Non-null OffsetDateTime 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 Instant and ZoneOffset.

See Also: