Uses of Class
org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
-
Packages that use CollectionExternalizer Package Description org.wildfly.clustering.marshalling.spi.util -
-
Uses of CollectionExternalizer in org.wildfly.clustering.marshalling.spi.util
Subclasses of CollectionExternalizer in org.wildfly.clustering.marshalling.spi.util Modifier and Type Class Description classBoundedCollectionExternalizer<T extends Collection<Object>>Externalizer for bounded implementations ofCollection.classContextualCollectionExternalizer<T extends Collection<Object>,C>Externalizer for implementations ofCollectionconstructed with some context.classHashSetExternalizer<T extends Set<Object>>Externalizer for hash table based sets constructed with a capacity rather than a size.classSortedSetExternalizer<T extends SortedSet<Object>>Externalizers for implementations ofSortedSet.classUnboundedCollectionExternalizer<T extends Collection<Object>>Externalizer for unbounded implementations ofCollection.
-