Class EnumSetMarshaller<E extends Enum<E>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller<T,B>
-
- org.wildfly.clustering.marshalling.protostream.ProtoStreamBuilderFieldSetMarshaller<EnumSet<E>,EnumSetBuilder<E>>
-
- org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller<E>
-
- Type Parameters:
E- the enum type of this marshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<EnumSet<E>>,org.infinispan.protostream.ProtobufTagMarshaller<EnumSet<E>>,Marshallable<EnumSet<E>>,ProtoStreamMarshaller<EnumSet<E>>
public class EnumSetMarshaller<E extends Enum<E>> extends ProtoStreamBuilderFieldSetMarshaller<EnumSet<E>,EnumSetBuilder<E>>
Marshaller for anEnumSet.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description EnumSetMarshaller()
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller
getJavaClass, readFrom, writeTo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-