Interface | Description |
---|---|
ODocumentSerializable |
Interface for objects which are hold inside of document as field values and can serialize
yourself into document.
|
OSerializableStream |
Base interface of serialization.
|
OStreamable |
Base interface of serialization that uses DataOutput and DataInput Java interfaces.
|
Class | Description |
---|---|
OBinaryProtocol |
Static helper class to transform any kind of basic data in bytes and vice versa.
|
OMemoryStream | Deprecated
use
OByteArrayOutputStream instead. |
OStreamableHelper |
Helper class to serialize OStreamable objects.
|
Copyright © 2009–2020 OrientDB. All rights reserved.