Class YearMonthMarshaller

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

public class YearMonthMarshaller extends Object implements ProtoStreamMarshaller<YearMonth>
Marshaller for YearMonth instances, using the following strategy:
  1. Marshal epoch year
  2. Marshal month as enum
Author:
Paul Ferraro