| Package | Description | 
|---|---|
| com.thoughtworks.xstream.io.json | |
| com.thoughtworks.xstream.io.xml | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractJsonWriter
An abstract implementation of a writer that calls abstract methods to build JSON structures. 
 | 
class  | 
JettisonStaxWriter
A specialized  
StaxWriter that makes usage of internal functionality of Jettison. | 
class  | 
JsonHierarchicalStreamWriter
Deprecated. 
 
As of 1.3.1, use JsonWriter instead 
 | 
class  | 
JsonWriter
A simple writer that outputs JSON in a pretty-printed indented stream. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDocumentWriter
A generic  
HierarchicalStreamWriter for DOM writer
 implementations. | 
class  | 
AbstractXmlWriter
Deprecated. 
 
As of 1.4 use  
AbstractWriter instead | 
class  | 
CompactWriter  | 
class  | 
Dom4JWriter  | 
class  | 
Dom4JXmlWriter  | 
class  | 
DomWriter  | 
class  | 
JDom2Writer  | 
class  | 
JDomWriter  | 
class  | 
PrettyPrintWriter
A simple writer that outputs XML in a pretty-printed indented stream. 
 | 
class  | 
SaxWriter
A SAX  
parser that acts as an XStream
 HierarchicalStreamWriter to enable direct generation of a
 SAX event flow from the XStream serialization of a list of list of Java objects. | 
class  | 
StaxWriter
A stream writing that outputs to a StAX stream writer 
 | 
class  | 
XomWriter  | 
class  | 
XppDomWriter  | 
Copyright © 2004–2016 XStream. All rights reserved.