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 classBinaryStreamDriverHierarchicalStreamDriver 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 classJettisonMappedXmlDriverSimple XStream driver wrapping Jettison's Mapped reader and writer.classJsonHierarchicalStreamDriverA 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 classAbstractXmlDriverDeprecated.As of 1.4classAbstractXppDomDriverAn abstract base class for a driver using an XPP DOM implementation.classAbstractXppDriverAn abstract base class for a driver using an XPP implementation.classBEAStaxDriverDeprecated.As of 1.4.11 useStandardStaxDriverorWstxDriverinstead.classDom4JDriverclassDomDriverclassJDom2DriverclassJDomDriverclassKXml2DomDriverAHierarchicalStreamDriverfor XPP DOM using the kXML2 parser.classKXml2DriverAHierarchicalStreamDriverusing the kXML2 parser.classSjsxpDriverDeprecated.As of 1.4.5 useStandardStaxDriverclassStandardStaxDriverA driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).classStaxDriverA driver using the StAX API to create XML reader and writer.classWstxDriverA driver using the Woodstox StAX implementation.classXomDriverclassXpp3DomDriverAHierarchicalStreamDriverfor XPP DOM using the Xpp3 parser.classXpp3DriverAHierarchicalStreamDriverusing the Xpp3 parser.classXppDomDriverAHierarchicalStreamDriverfor XPP DOM using the XmlPullParserFactory to locate an parser.classXppDriverAHierarchicalStreamDriverusing the XmlPullParserFactory to locate an XML Pull Parser.
-