Class ContextualCollectionExternalizer<T extends Collection<Object>,C>
java.lang.Object
org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer<T,C,C>
org.wildfly.clustering.marshalling.spi.util.ContextualCollectionExternalizer<T,C>
- All Implemented Interfaces:
Externalizer<T>
- Direct Known Subclasses:
SortedSetExternalizer
public class ContextualCollectionExternalizer<T extends Collection<Object>,C>
extends CollectionExternalizer<T,C,C>
Externalizer for implementations of
Collection constructed with some context.- 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
-
ContextualCollectionExternalizer
-