XStream Benchmark 1.4.1-redhat-1

com.thoughtworks.xstream.tools.benchmark.products
Class XStreamBinary

java.lang.Object
  extended by com.thoughtworks.xstream.tools.benchmark.products.XStreamBinary
All Implemented Interfaces:
Product

public class XStreamBinary
extends Object
implements Product

Uses XStream with binary format instead of XML.

Author:
Joe Walnes
See Also:
Harness, Product, XStream, BinaryStreamReader, BinaryStreamWriter

Constructor Summary
XStreamBinary()
           
 
Method Summary
 Object deserialize(InputStream input)
          Deserialize an object from a stream.
 void serialize(Object object, OutputStream output)
          Serialize an object to a stream.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XStreamBinary

public XStreamBinary()
Method Detail

serialize

public void serialize(Object object,
                      OutputStream output)
               throws Exception
Description copied from interface: Product
Serialize an object to a stream.

Specified by:
serialize in interface Product
Throws:
Exception

deserialize

public Object deserialize(InputStream input)
                   throws Exception
Description copied from interface: Product
Deserialize an object from a stream.

Specified by:
deserialize in interface Product
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

XStream Benchmark 1.4.1-redhat-1

Copyright © 2004-2011 XStream. All Rights Reserved.