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 Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
getTargetClass, readObject, size, writeObject
-
Constructor Details
-
UnboundedCollectionExternalizer
-