Class JavaObjectSerialization
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.products.JavaObjectSerialization
- All Implemented Interfaces:
Product
-
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.
-
Constructor Details
-
JavaObjectSerialization
public JavaObjectSerialization()Deprecated.
-
-
Method Details
-
serialize
-
deserialize
Deprecated.Description copied from interface:ProductDeserialize an object from a stream.- Specified by:
deserializein interfaceProduct- Throws:
Exception
-
toString
-