Uses of Package
com.thoughtworks.xstream.converters.collections
Packages that use com.thoughtworks.xstream.converters.collections
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.
-
Classes in com.thoughtworks.xstream.converters.collections used by com.thoughtworks.xstream.converters.collectionsClassDescriptionBase helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.Converts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.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.enumsClassDescriptionBase helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).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.extendedClassDescriptionBase helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.Converts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.