Class CollectionFunctionMarshaller<V,C extends Collection<V>,F extends CollectionFunction<V,C>>

java.lang.Object
org.wildfly.clustering.cache.function.CollectionFunctionMarshaller<V,C,F>
Type Parameters:
V - the collection element type
C - the collection type
F - the function type
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<F>, org.infinispan.protostream.ProtobufTagMarshaller<F>, Marshallable<F>, ProtoStreamMarshaller<F>, Readable<F>, Writable<F>

public class CollectionFunctionMarshaller<V,C extends Collection<V>,F extends CollectionFunction<V,C>> extends Object implements ProtoStreamMarshaller<F>
Author:
Paul Ferraro