public interface Product
Harness
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
deserialize(java.io.InputStream input)
Deprecated.
Deserialize an object from a stream.
|
void |
serialize(java.lang.Object object,
java.io.OutputStream output)
Deprecated.
Serialize an object to a stream.
|
void serialize(java.lang.Object object, java.io.OutputStream output) throws java.lang.Exception
java.lang.Exception
java.lang.Object deserialize(java.io.InputStream input) throws java.lang.Exception
java.lang.Exception
Copyright © 2004–2019 XStream. All rights reserved.