Uses of Class
com.thoughtworks.xstream.converters.collections.CollectionConverter
Packages that use CollectionConverter
Package
Description
Converters for collection objects that write their items as
nested elements, such as arrays, Lists, Sets and Maps.
Extra converters that may not be enabled in XStream by default.
-
Uses of CollectionConverter in com.thoughtworks.xstream.converters.collections
Subclasses of CollectionConverter in com.thoughtworks.xstream.converters.collectionsModifier and TypeClassDescriptionclassConverts singleton collections (list and set) to XML, specifying a nested element for the item.classConverts a java.util.TreeSet to XML, and serializes the associated java.util.Comparator. -
Uses of CollectionConverter in com.thoughtworks.xstream.converters.extended
Subclasses of CollectionConverter in com.thoughtworks.xstream.converters.extendedModifier and TypeClassDescriptionclassA collection converter that uses predefined names for its items.