Class ZonedDateTimeMarshaller

java.lang.Object
org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<ZonedDateTime>, org.infinispan.protostream.ProtobufTagMarshaller<ZonedDateTime>, Marshallable<ZonedDateTime>, ProtoStreamMarshaller<ZonedDateTime>, Readable<ZonedDateTime>, Writable<ZonedDateTime>

public class ZonedDateTimeMarshaller extends Object implements ProtoStreamMarshaller<ZonedDateTime>
Marshaller for ZonedDateTime instances, using the following strategy:
  1. Marshal duration since epoch
  2. Marshal time zone
Author:
Paul Ferraro