Class TypedEnumMarshaller<E extends Enum<E>>

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

public class TypedEnumMarshaller<E extends Enum<E>> extends Object
Marshaller for a typed enumeration.
Author:
Paul Ferraro