Class MonthDayMarshaller

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

public class MonthDayMarshaller extends Object implements ProtoStreamMarshaller<MonthDay>
Marshals MonthDay instances.
Author:
Paul Ferraro