Uses of Class
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter

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

Uses of AbstractCollectionConverter in com.thoughtworks.xstream.converters.collections
 

Subclasses of AbstractCollectionConverter in com.thoughtworks.xstream.converters.collections
 class ArrayConverter
          Converts an array of objects or primitives to XML, using a nested child element for each item.
 class CollectionConverter
          Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.
 class MapConverter
          Converts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.
 class TreeMapConverter
          Converts a java.util.TreeMap to XML, and serializes the associated java.util.Comparator.
 class TreeSetConverter
          Converts a java.util.TreeSet to XML, and serializes the associated java.util.Comparator.
 



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