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 ofCollection.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description UnboundedCollectionExternalizer(Class<T> targetClass, Supplier<T> factory)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
getTargetClass, readObject, size, writeObject
-
-