Package | Description |
---|---|
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 | |
com.thoughtworks.xstream.converters.extended |
Extra converters that may not be enabled in XStream by default.
|
Class and Description |
---|
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.
|
Class and Description |
---|
AbstractCollectionConverter
Base helper class for converters that need to handle
collections of items (arrays, Lists, Maps, etc).
|
MapConverter
Converts a java.util.Map to XML, specifying an 'entry'
element with 'key' and 'value' children.
|
Class and Description |
---|
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.
|
Copyright © 2004–2017 XStream. All rights reserved.