Uses of Class
com.thoughtworks.xstream.io.AbstractDriver
Packages that use AbstractDriver
Package
Description
-
Uses of AbstractDriver in com.thoughtworks.xstream.io.binary
Subclasses of AbstractDriver in com.thoughtworks.xstream.io.binaryModifier and TypeClassDescriptionclass
HierarchicalStreamDriver for binary input and output. -
Uses of AbstractDriver in com.thoughtworks.xstream.io.json
Subclasses of AbstractDriver in com.thoughtworks.xstream.io.jsonModifier and TypeClassDescriptionclass
Simple XStream driver wrapping Jettison's Mapped reader and writer.class
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.xmlModifier and TypeClassDescriptionclass
Deprecated.As of 1.4class
An abstract base class for a driver using an XPP DOM implementation.class
An abstract base class for a driver using an XPP implementation.class
class
class
class
class
AHierarchicalStreamDriver
for XPP DOM using the kXML2 parser.class
AHierarchicalStreamDriver
using the kXML2 parser.class
Deprecated.As of 1.4.5 useStandardStaxDriver
class
A driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).class
A driver using the StAX API to create XML reader and writer.class
A driver using the Woodstox StAX implementation.class
class
AHierarchicalStreamDriver
for XPP DOM using the Xpp3 parser.class
AHierarchicalStreamDriver
using the Xpp3 parser.class
AHierarchicalStreamDriver
for XPP DOM using the XmlPullParserFactory to locate an parser.class
AHierarchicalStreamDriver
using the XmlPullParserFactory to locate an XML Pull Parser.