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

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

public class UnmodifiableMapMarshaller<T extends Map<Object,Object>> extends SimpleFunctionalMarshaller<T,Map<Object,Object>>
Marshaller for unmodifiable maps created via Map.of() or java.util.Map#ofEntries() methods.
Author:
Paul Ferraro