Class AddressSetFunctionMarshaller<F extends CollectionFunction<org.infinispan.remoting.transport.Address,Set<org.infinispan.remoting.transport.Address>>>

java.lang.Object
org.wildfly.clustering.server.infinispan.provider.AddressSetFunctionMarshaller<F>
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<F>, org.infinispan.protostream.ProtobufTagMarshaller<F>, Marshallable<F>, ProtoStreamMarshaller<F>, Readable<F>, Writable<F>

public class AddressSetFunctionMarshaller<F extends CollectionFunction<org.infinispan.remoting.transport.Address,Set<org.infinispan.remoting.transport.Address>>> extends Object implements ProtoStreamMarshaller<F>
Marshaller for an function that operates on a Set of Address instances.
Author:
Paul Ferraro