public class XStreamBinary extends Object implements Product
Harness
,
Product
,
XStream
,
BinaryStreamReader
,
BinaryStreamWriter
Constructor and Description |
---|
XStreamBinary() |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(InputStream input)
Deserialize an object from a stream.
|
void |
serialize(Object object,
OutputStream output)
Serialize an object to a stream.
|
String |
toString() |
public void serialize(Object object, OutputStream output) throws Exception
Product
public Object deserialize(InputStream input) throws Exception
Product
deserialize
in interface Product
Exception
Copyright © 2004–2013 XStream. All rights reserved.