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

Packages that use com.thoughtworks.xstream.converters.collections
com.thoughtworks.xstream.converters.collections   
 

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.
 



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