| Package | Description | 
|---|---|
| com.thoughtworks.xstream.annotations | |
| com.thoughtworks.xstream.converters | |
| com.thoughtworks.xstream.converters.basic | 
 Converters for common basic types in Java. 
 | 
| 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. 
 | 
| com.thoughtworks.xstream.converters.javabean | |
| com.thoughtworks.xstream.converters.reflection | |
| com.thoughtworks.xstream.core | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
AnnotationReflectionConverter.unmarshallField(UnmarshallingContext context,
               Object result,
               Class type,
               Field field)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
SingleValueConverterWrapper.unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)  | 
Object | 
Converter.unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)
Convert textual data back into an object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
NullConverter.unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)  | 
Object | 
CharConverter.unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
EnumSetConverter.unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)  | 
Object | 
EnumConverter.unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)  | 
Object | 
EnumMapConverter.unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
JavaBeanConverter.unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractReferenceUnmarshaller
Abstract base class for a TreeUnmarshaller, that resolves references. 
 | 
class  | 
ReferenceByIdUnmarshaller  | 
class  | 
ReferenceByXPathUnmarshaller  | 
class  | 
TreeUnmarshaller  | 
Copyright © 2004–2016 XStream. All rights reserved.