Class EnumSetFieldSetMarshaller<E extends Enum<E>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller<E>
Type Parameters:
E - the enum type for this marshaller
All Implemented Interfaces:
FieldReadable<EnumSetBuilder<E>>, FieldSetMarshaller<EnumSet<E>,EnumSetBuilder<E>>, FieldSetMarshaller.Supplied<EnumSet<E>,EnumSetBuilder<E>>, Writable<EnumSet<E>>

public class EnumSetFieldSetMarshaller<E extends Enum<E>> extends Object implements FieldSetMarshaller.Supplied<EnumSet<E>,EnumSetBuilder<E>>
Marshaller for the fields of an EnumSet.
Author:
Paul Ferraro