Uses of Class
com.thoughtworks.xstream.converters.collections.CollectionConverter
-
Packages that use CollectionConverter Package Description com.thoughtworks.xstream.converters.collections Converters for collection objects that write their items as nested elements, such as arrays, Lists, Sets and Maps.com.thoughtworks.xstream.converters.extended 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.collections Modifier and Type Class Description class
SingletonCollectionConverter
Converts singleton collections (list and set) to XML, specifying a nested element for the item.class
TreeSetConverter
Converts 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.extended Modifier and Type Class Description class
NamedCollectionConverter
A collection converter that uses predefined names for its items.
-