| 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.extended | Extra converters that may not be enabled in XStream by default. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SingletonCollectionConverterConverts singleton collections (list and set) to XML, specifying a nested element for the
 item. | 
| class  | TreeSetConverterConverts a java.util.TreeSet to XML, and serializes
 the associated java.util.Comparator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NamedCollectionConverterA collection converter that uses predefined names for its items. | 
Copyright © 2004–2024 XStream. All rights reserved.