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 ofCollectionconstructed with some context.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
getTargetClass, readObject, size, writeObject
-
-