Class UnboundedCollectionExternalizer<T extends Collection<Object>>

java.lang.Object
org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer<T,Void,Void>
org.wildfly.clustering.marshalling.spi.util.UnboundedCollectionExternalizer<T>
All Implemented Interfaces:
Externalizer<T>

public class UnboundedCollectionExternalizer<T extends Collection<Object>> extends CollectionExternalizer<T,Void,Void>
Externalizer for unbounded implementations of Collection.
Author:
Paul Ferraro
  • Constructor Details

    • UnboundedCollectionExternalizer

      public UnboundedCollectionExternalizer(Class<T> targetClass, Supplier<T> factory)