Class AbstractMapMarshaller<T extends Map<Object,Object>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller<T>
Type Parameters:
T - the map type of this marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>
Direct Known Subclasses:
LinkedHashMapMarshaller, MapMarshaller, SortedMapMarshaller

public abstract class AbstractMapMarshaller<T extends Map<Object,Object>> extends Object implements ProtoStreamMarshaller<T>
Abstract marshaller for a Map that writes the entries of the map.
Author:
Paul Ferraro