Class EnumMapMarshaller<E extends Enum<E>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller<E>
Type Parameters:
E - the enum key type of this marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<EnumMap<E,Object>>, org.infinispan.protostream.ProtobufTagMarshaller<EnumMap<E,Object>>, Marshallable<EnumMap<E,Object>>, ProtoStreamMarshaller<EnumMap<E,Object>>, Readable<EnumMap<E,Object>>, Writable<EnumMap<E,Object>>

public class EnumMapMarshaller<E extends Enum<E>> extends Object implements ProtoStreamMarshaller<EnumMap<E,Object>>
Marshaller for an EnumMap.
Author:
Paul Ferraro