Class Summary |
JavaObjectSerialization |
Standard Java Object Serialization product. |
XStreamBEAStax |
Uses XStream with the BEA StAX driver for parsing XML. |
XStreamBinary |
Uses XStream with binary format instead of XML. |
XStreamCompact |
Uses XStream with a compact XML output format. |
XStreamDom |
Uses XStream with the DOM driver for parsing XML. |
XStreamDom4J |
Uses XStream with the DOM4J driver for parsing XML. |
XStreamDriver |
Generic XStream product based on an arbitrary driver. |
XStreamJDom |
Uses XStream with the JDOM driver for parsing XML. |
XStreamKXml2 |
Uses XStream with the kXML2 driver for parsing XML. |
XStreamKXml2DOM |
Uses XStream with the Xpp3 DOM driver for parsing XML. |
XStreamSjsxp |
Uses XStream with the SJSXP StAX driver for parsing XML. |
XStreamStax |
Uses XStream with the default StAX driver for parsing XML. |
XStreamWoodstox |
Uses XStream with the Woodstox StAX driver for parsing XML. |
XStreamXom |
Uses XStream with the XOM driver for parsing XML. |
XStreamXpp |
Uses XStream with the default XPP driver for parsing XML. |
XStreamXpp3 |
Uses XStream with the Xpp3 driver for parsing XML. |
XStreamXpp3DOM |
Uses XStream with the kXML2 DOM driver for parsing XML. |