Class EnumMarshaller<E extends Enum<E>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.EnumMarshaller<E>
Type Parameters:
E - the enum type of this marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<E>, org.infinispan.protostream.EnumMarshaller<E>, org.infinispan.protostream.ProtobufTagMarshaller<E>, Marshallable<E>, ProtoStreamMarshaller<E>, Readable<E>, Writable<E>

public class EnumMarshaller<E extends Enum<E>> extends Object implements org.infinispan.protostream.EnumMarshaller<E>, ProtoStreamMarshaller<E>
ProtoStream marshaller for enums.
Author:
Paul Ferraro