Uses of Class
com.thoughtworks.xstream.converters.collections.MapConverter
Packages that use MapConverter
Package
Description
Converters for collection objects that write their items as
nested elements, such as arrays, Lists, Sets and Maps.
Extra converters that may not be enabled in XStream by default.
-
Uses of MapConverter in com.thoughtworks.xstream.converters.collections
Subclasses of MapConverter in com.thoughtworks.xstream.converters.collectionsModifier and TypeClassDescriptionclassConverts a singleton map to XML, specifying an 'entry' element with 'key' and 'value' children.classConverts 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.enumsModifier and TypeClassDescriptionclassSerializes an Java 5 EnumMap, including the type of Enum it's for. -
Uses of MapConverter in com.thoughtworks.xstream.converters.extended
Subclasses of MapConverter in com.thoughtworks.xstream.converters.extendedModifier and TypeClassDescriptionclassA map converter that uses predefined names for its elements.