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 TypeClassDescriptionclassHierarchicalStreamDriver for binary input and output. -
Uses of AbstractDriver in com.thoughtworks.xstream.io.json
Subclasses of AbstractDriver in com.thoughtworks.xstream.io.jsonModifier and TypeClassDescriptionclassSimple XStream driver wrapping Jettison's Mapped reader and writer.classA 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 TypeClassDescriptionclassDeprecated.As of 1.4classAn abstract base class for a driver using an XPP DOM implementation.classAn abstract base class for a driver using an XPP implementation.classDeprecated.As of 1.4.11 useStandardStaxDriverorWstxDriverinstead.classclassclassclassclassAHierarchicalStreamDriverfor XPP DOM using the kXML2 parser.classAHierarchicalStreamDriverusing the kXML2 parser.classDeprecated.As of 1.4.5 useStandardStaxDriverclassA driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).classA driver using the StAX API to create XML reader and writer.classA driver using the Woodstox StAX implementation.classclassAHierarchicalStreamDriverfor XPP DOM using the Xpp3 parser.classAHierarchicalStreamDriverusing the Xpp3 parser.classAHierarchicalStreamDriverfor XPP DOM using the XmlPullParserFactory to locate an parser.classAHierarchicalStreamDriverusing the XmlPullParserFactory to locate an XML Pull Parser.