Uses of Package
com.thoughtworks.xstream.converters.collections

Packages that use com.thoughtworks.xstream.converters.collections
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 are not enabled in XStream by default. 
 

Classes in com.thoughtworks.xstream.converters.collections used by com.thoughtworks.xstream.converters.collections
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.
 

Classes in com.thoughtworks.xstream.converters.collections used by com.thoughtworks.xstream.converters.enums
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
AbstractCollectionConverter
          Base helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).
 



Joe Walnes, http://xstream.codehaus.org/