Class EnumMarshallerAdapter<E extends Enum<E>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.EnumMarshaller<E>
-
- org.wildfly.clustering.marshalling.protostream.EnumMarshallerAdapter<E>
-
- 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 EnumMarshallerAdapter<E extends Enum<E>> extends EnumMarshaller<E>
Adapts aEnumMarshallerto aProtoStreamMarshaller.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description EnumMarshallerAdapter(org.infinispan.protostream.EnumMarshaller<E> marshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeName()-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
decode, encode, 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
read, write
-
-