Uses of Interface
com.thoughtworks.xstream.io.HierarchicalStreamDriver
-
-
Uses of HierarchicalStreamDriver in com.thoughtworks.xstream
Fields in com.thoughtworks.xstream declared as HierarchicalStreamDriver Modifier and Type Field Description private HierarchicalStreamDriver
XStream. hierarchicalStreamDriver
Methods in com.thoughtworks.xstream with parameters of type HierarchicalStreamDriver Modifier and Type Method Description java.lang.Object
XStreamer. fromXML(HierarchicalStreamDriver driver, java.io.Reader xml)
Deserialize a self-contained XStream with object from an XML Reader.java.lang.Object
XStreamer. fromXML(HierarchicalStreamDriver driver, java.io.Reader xml, TypePermission[] permissions)
Deserialize a self-contained XStream with object from an XML Reader.java.lang.Object
XStreamer. fromXML(HierarchicalStreamDriver driver, java.lang.String xml)
Deserialize a self-contained XStream with object from a String.java.lang.Object
XStreamer. fromXML(HierarchicalStreamDriver driver, java.lang.String xml, TypePermission[] permissions)
Deserialize a self-contained XStream with object from a String. -
Uses of HierarchicalStreamDriver in com.thoughtworks.xstream.io
Classes in com.thoughtworks.xstream.io that implement HierarchicalStreamDriver Modifier and Type Class Description class
AbstractDriver
Abstract base class for all HierarchicalStreamDriver implementations. -
Uses of HierarchicalStreamDriver in com.thoughtworks.xstream.io.binary
Classes in com.thoughtworks.xstream.io.binary that implement HierarchicalStreamDriver Modifier and Type Class Description class
BinaryStreamDriver
HierarchicalStreamDriver for binary input and output. -
Uses of HierarchicalStreamDriver in com.thoughtworks.xstream.io.json
Classes in com.thoughtworks.xstream.io.json that implement HierarchicalStreamDriver 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 HierarchicalStreamDriver in com.thoughtworks.xstream.io.xml
Classes in com.thoughtworks.xstream.io.xml that implement HierarchicalStreamDriver 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. -
Uses of HierarchicalStreamDriver in com.thoughtworks.xstream.tools.benchmark.products
Constructors in com.thoughtworks.xstream.tools.benchmark.products with parameters of type HierarchicalStreamDriver Constructor Description XStreamDriver(HierarchicalStreamDriver driver, java.lang.String desc)
Deprecated.Create a XStream product based on a driver.
-