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 TypeClassDescriptionclassA 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.classclassclassclassclassAHierarchicalStreamDriverfor XPP DOM using the MXParser fork.classAHierarchicalStreamDriverusing the MXParser fork.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.classAHierarchicalStreamDriverfor XPP DOM using the XmlPullParserFactory to locate an parser.classAHierarchicalStreamDriverusing the XmlPullParserFactory to locate an XML Pull Parser.