Class CopyOnWriteCollectionMarshaller<T extends Collection<Object>>

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 CopyOnWriteCollectionMarshaller<T extends Collection<Object>> extends SimpleFunctionalMarshaller<T,Collection<Object>>
Marshaller for copy-on-write implementations of Collection.
Author:
Paul Ferraro
  • Constructor Details

    • CopyOnWriteCollectionMarshaller

      public CopyOnWriteCollectionMarshaller(Supplier<T> factory)