Class SortedMapMarshaller<T extends SortedMap<Object,Object>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller<T>
org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller<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>

public class SortedMapMarshaller<T extends SortedMap<Object,Object>> extends AbstractMapMarshaller<T>
Marshaller for a SortedMap.
Author:
Paul Ferraro