Class SingletonMapMarshaller
java.lang.Object
org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller<Map<Object,Object>,AbstractMap.SimpleEntry<Object,Object>>
org.wildfly.clustering.marshalling.protostream.util.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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Constructor Summary
ConstructorsConstructorDescriptionSingletonMapMarshaller(BiFunction<Object, Object, Map<Object, Object>> factory) -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
getJavaClass, readFrom, writeToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
Constructor Details
-
SingletonMapMarshaller
-