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

Packages that use MapConverter
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   
 

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

Subclasses of MapConverter in com.thoughtworks.xstream.converters.collections
 class TreeMapConverter
          Converts a java.util.TreeMap to XML, and serializes the associated java.util.Comparator.
 

Uses of MapConverter in com.thoughtworks.xstream.converters.enums
 

Subclasses of MapConverter in com.thoughtworks.xstream.converters.enums
 class EnumMapConverter
          Serializes an Java 5 EnumMap, including the type of Enum it's for.
 



Copyright © 2004-2011 XStream. All Rights Reserved.