| Name | Description | Type | Package | Framework |
| AbstractCollectionConverter | Base helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc). | Class | com.thoughtworks.xstream.converters.collections | XStream |
| ArrayConverter | Converts an array of objects or primitives to XML, using a nested child element for each item. | Class | com.thoughtworks.xstream.converters.collections | XStream |
| BitSetConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
| CharArrayConverter | Class | com.thoughtworks.xstream.converters.collections | XStream | |
| CollectionConverter | Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item. | Class | com.thoughtworks.xstream.converters.collections | XStream |
| MapConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
| PropertiesConverter | Special converter for java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
| SingletonCollectionConverter | Converts singleton collections (list and set) to XML, specifying a nested element for the Supports Collections. | Class | com.thoughtworks.xstream.converters.collections | XStream |
| SingletonMapConverter | Converts a singleton map to XML, specifying an 'entry' element with 'key' and 'value' children. | Class | com.thoughtworks.xstream.converters.collections | XStream |
| TreeMapConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
| TreeSetConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |