Uses of Class
com.thoughtworks.xstream.io.AbstractDriver
-
Packages that use AbstractDriver Package Description com.thoughtworks.xstream.io.binary com.thoughtworks.xstream.io.json com.thoughtworks.xstream.io.xml -
-
Uses of AbstractDriver in com.thoughtworks.xstream.io.binary
Subclasses of AbstractDriver in com.thoughtworks.xstream.io.binary Modifier and Type Class Description class
BinaryStreamDriver
HierarchicalStreamDriver for binary input and output. -
Uses of AbstractDriver in com.thoughtworks.xstream.io.json
Subclasses of AbstractDriver in com.thoughtworks.xstream.io.json Modifier and Type Class Description class
JsonHierarchicalStreamDriver
A driver for JSON that writes optimized JSON format, but is not able to deserialize the result. -
Uses of AbstractDriver in com.thoughtworks.xstream.io.xml
Subclasses of AbstractDriver in com.thoughtworks.xstream.io.xml Modifier and Type Class Description class
AbstractXmlDriver
Deprecated.As of 1.4class
AbstractXppDomDriver
An abstract base class for a driver using an XPP DOM implementation.class
AbstractXppDriver
An abstract base class for a driver using an XPP implementation.class
DomDriver
class
SjsxpDriver
Deprecated.As of 1.4.5 useStandardStaxDriver
class
StandardStaxDriver
A driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).class
StaxDriver
A driver using the StAX API to create XML reader and writer.class
Xpp3DomDriver
AHierarchicalStreamDriver
for XPP DOM using the Xpp3 parser.class
Xpp3Driver
AHierarchicalStreamDriver
using the Xpp3 parser.class
XppDomDriver
AHierarchicalStreamDriver
for XPP DOM using the XmlPullParserFactory to locate an parser.class
XppDriver
AHierarchicalStreamDriver
using the XmlPullParserFactory to locate an XML Pull Parser.
-