Class JavaObjectSerialization
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.products.JavaObjectSerialization
- All Implemented Interfaces:
Product
Deprecated.
As of 1.4.9 use JMH instead
Standard Java Object Serialization product.
- See Also:
-
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.
-
Constructor Details
-
JavaObjectSerialization
public JavaObjectSerialization()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.
-