public interface Product
Harness| 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.
|
void serialize(Object object, OutputStream output) throws Exception
ExceptionObject deserialize(InputStream input) throws Exception
ExceptionCopyright © 2004–2014 XStream. All rights reserved.