Uses of Class
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-
Packages that use AbstractCollectionConverter 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.enums com.thoughtworks.xstream.converters.extended Extra converters that may not be enabled in XStream by default. -
-
Uses of AbstractCollectionConverter in com.thoughtworks.xstream.converters.collections
Subclasses of AbstractCollectionConverter in com.thoughtworks.xstream.converters.collections Modifier and Type Class Description classArrayConverterConverts an array of objects or primitives to XML, using a nested child element for each item.classCollectionConverterConverts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.classMapConverterConverts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.classSingletonCollectionConverterConverts singleton collections (list and set) to XML, specifying a nested element for the item.classSingletonMapConverterConverts a singleton map to XML, specifying an 'entry' element with 'key' and 'value' children.classTreeMapConverterConverts a java.util.TreeMap to XML, and serializes the associated java.util.Comparator.classTreeSetConverterConverts a java.util.TreeSet to XML, and serializes the associated java.util.Comparator. -
Uses of AbstractCollectionConverter in com.thoughtworks.xstream.converters.enums
Subclasses of AbstractCollectionConverter in com.thoughtworks.xstream.converters.enums Modifier and Type Class Description classEnumMapConverterSerializes an Java 5 EnumMap, including the type of Enum it's for. -
Uses of AbstractCollectionConverter in com.thoughtworks.xstream.converters.extended
Subclasses of AbstractCollectionConverter in com.thoughtworks.xstream.converters.extended Modifier and Type Class Description classNamedCollectionConverterA collection converter that uses predefined names for its items.classNamedMapConverterA map converter that uses predefined names for its elements.classSubjectConverterConverts aSubjectinstance.
-