Uses of Class
org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
Packages that use CollectionExternalizer
-
Uses of CollectionExternalizer in org.wildfly.clustering.marshalling.spi.util
Subclasses of CollectionExternalizer in org.wildfly.clustering.marshalling.spi.utilModifier and TypeClassDescriptionclassBoundedCollectionExternalizer<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.