Class AbstractCollectionMarshaller<T extends Collection<Object>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller<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>
Direct Known Subclasses:
CollectionMarshaller, SortedSetMarshaller

public abstract class AbstractCollectionMarshaller<T extends Collection<Object>> extends Object implements ProtoStreamMarshaller<T>
Abstract collection marshaller that writes the elements of the collection.
Author:
Paul Ferraro