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

Packages that use CollectionConverter
com.thoughtworks.xstream.converters.collections Converters for collection objects that write their items as nested elements, such as arrays, Lists, Sets and Maps. 
 

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

Subclasses of CollectionConverter in com.thoughtworks.xstream.converters.collections
 class SingletonCollectionConverter
          Converts singleton collections (list and set) to XML, specifying a nested element for the item.
 class TreeSetConverter
          Converts a java.util.TreeSet to XML, and serializes the associated java.util.Comparator.
 



Copyright © 2004-2014 XStream. All Rights Reserved.