Uses of Package
com.thoughtworks.xstream.converters.collections
-
Packages that use com.thoughtworks.xstream.converters.collections 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. -
Classes in com.thoughtworks.xstream.converters.collections used by com.thoughtworks.xstream.converters.collections Class Description AbstractCollectionConverter Base helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).CollectionConverter Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.MapConverter Converts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.TreeMapConverter Converts a java.util.TreeMap to XML, and serializes the associated java.util.Comparator. -
Classes in com.thoughtworks.xstream.converters.collections used by com.thoughtworks.xstream.converters.enums Class Description AbstractCollectionConverter Base helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).MapConverter Converts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children. -
Classes in com.thoughtworks.xstream.converters.collections used by com.thoughtworks.xstream.converters.extended Class Description AbstractCollectionConverter Base helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).CollectionConverter Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.MapConverter Converts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.