Class MapComputeFunctionMarshaller

java.lang.Object
org.wildfly.clustering.cache.function.MapComputeFunctionMarshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<MapComputeFunction<Object,Object>>, org.infinispan.protostream.ProtobufTagMarshaller<MapComputeFunction<Object,Object>>, Marshallable<MapComputeFunction<Object,Object>>, ProtoStreamMarshaller<MapComputeFunction<Object,Object>>, Readable<MapComputeFunction<Object,Object>>, Writable<MapComputeFunction<Object,Object>>

public class MapComputeFunctionMarshaller extends Object implements ProtoStreamMarshaller<MapComputeFunction<Object,Object>>
ProtoStream marshaller for MapComputeFunction.
Author:
Paul Ferraro