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 ConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,Object> & SortedMap<Object,Object>> extends SimpleFunctionalMarshaller<T,SortedMap<Object,Object>>
Marshaller for a concurrent SortedMap that does not allow null values.
Author:
Paul Ferraro
  • Constructor Details