Enum Class YearMarshaller

java.lang.Object
java.lang.Enum<YearMarshaller>
org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
All Implemented Interfaces:
Serializable, Comparable<YearMarshaller>, Constable, FieldReadable<Year>, FieldSetMarshaller<Year,Year>, FieldSetMarshaller.Simple<Year>, Writable<Year>

public enum YearMarshaller extends Enum<YearMarshaller> implements FieldSetMarshaller.Simple<Year>
Marshals Year instances as number of years since the epoch year.
Author:
Paul Ferraro