
public interface OSerializableStream extends Serializable
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
fromStream(byte[] iStream)
Unmarshalls the object.
|
byte[] |
toStream()
Marshalls the object.
|
byte[] toStream()
throws OSerializationException
OSerializationException - if the marshalling does not succeedfromStream(byte[])OSerializableStream fromStream(byte[] iStream) throws OSerializationException
iStream - byte array representation of the objectOSerializationException - if the unmarshalling does not succeedCopyright © 2009–2025 OrientDB. All rights reserved.