Class XStreamCompact
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.products.XStreamCompact
- All Implemented Interfaces:
Product
Deprecated.
As of 1.4.9 use JMH instead
Uses XStream with a compact XML output format.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(InputStream input) Deprecated.Deserialize an object from a stream.void
serialize
(Object object, OutputStream output) Deprecated.Serialize an object to a stream.toString()
Deprecated.
-
Field Details
-
xstream
Deprecated.
-
-
Constructor Details
-
XStreamCompact
public XStreamCompact()Deprecated.
-
-
Method Details
-
serialize
Deprecated.Description copied from interface:Product
Serialize an object to a stream. -
deserialize
Deprecated.Description copied from interface:Product
Deserialize an object from a stream.- Specified by:
deserialize
in interfaceProduct
- Throws:
Exception
-
toString
Deprecated.
-