Enum Class MapComputeFunctionMarshaller

java.lang.Object
java.lang.Enum<MapComputeFunctionMarshaller>
org.wildfly.clustering.cache.function.MapComputeFunctionMarshaller
All Implemented Interfaces:
Serializable, Comparable<MapComputeFunctionMarshaller>, Constable, 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 enum MapComputeFunctionMarshaller extends Enum<MapComputeFunctionMarshaller> implements ProtoStreamMarshaller<MapComputeFunction<Object,Object>>
ProtoStream marshaller for MapComputeFunction.
Author:
Paul Ferraro