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>
Adapts a
EnumMarshaller to a ProtoStreamMarshaller.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Constructor Summary
ConstructorsConstructorDescriptionEnumMarshallerAdapter(org.infinispan.protostream.EnumMarshaller<E> marshaller) -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
decode, encode, getJavaClass, readFrom, writeToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
read, write
-
Constructor Details
-
EnumMarshallerAdapter
-
-
Method Details
-
getTypeName
-