Class CollectionMarshaller<T extends Collection<Object>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller<T>
org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller<T>
Type Parameters:
T - the collection type of this marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>

public class CollectionMarshaller<T extends Collection<Object>> extends AbstractCollectionMarshaller<T>
Marshaller for a basic collection.
Author:
Paul Ferraro