Class BoundedCollectionExternalizer<T extends Collection<Object>>
java.lang.Object
org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer<T,Void,Integer>
org.wildfly.clustering.marshalling.spi.util.BoundedCollectionExternalizer<T>
- All Implemented Interfaces:
Externalizer<T>
- Direct Known Subclasses:
HashSetExternalizer
public class BoundedCollectionExternalizer<T extends Collection<Object>>
extends CollectionExternalizer<T,Void,Integer>
Externalizer for bounded 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
-
BoundedCollectionExternalizer
-