Class SingletonMapMarshaller

All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<Map<Object,Object>>, org.infinispan.protostream.ProtobufTagMarshaller<Map<Object,Object>>, Marshallable<Map<Object,Object>>, ProtoStreamMarshaller<Map<Object,Object>>, Readable<Map<Object,Object>>, Writable<Map<Object,Object>>

public class SingletonMapMarshaller extends FunctionalMarshaller<Map<Object,Object>,AbstractMap.SimpleEntry<Object,Object>>
Marshaller for a singleton map.
Author:
Paul Ferraro