Class XStreamCompact
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.products.XStreamCompact
- All Implemented Interfaces:
Product
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(InputStream input) Deprecated.Deserialize an object from a stream.voidserialize(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
-
deserialize
Deprecated.Description copied from interface:ProductDeserialize an object from a stream.- Specified by:
deserializein interfaceProduct- Throws:
Exception
-
toString
-