Interface Product
- All Known Implementing Classes:
JavaObjectSerialization,XStreamBEAStax,XStreamBinary,XStreamCompact,XStreamDom,XStreamDom4J,XStreamDriver,XStreamJDom,XStreamKXml2,XStreamKXml2DOM,XStreamSjsxp,XStreamStax,XStreamWoodstox,XStreamXom,XStreamXpp,XStreamXpp3,XStreamXpp3DOM
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.