Interface Product
- All Known Implementing Classes:
JavaObjectSerialization, XStreamBinary, XStreamCompact, XStreamDom, XStreamDom4J, XStreamDriver, XStreamJDom, XStreamSjsxp, XStreamStax, XStreamXpp
public interface Product
Deprecated.
As of 1.4.9 use JMH instead
Provides an abstraction above the product used to perform the serialization/deserialization
in the benchmarks.
- See Also:
-
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.