
| 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 |
|---|---|
| OBase64Utils |
Encodes and decodes to and from Base64 notation.
|
| OBase64Utils.InputStream |
A
OBase64Utils.InputStream will read data from another java.io.InputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
| OBase64Utils.OutputStream |
A
OBase64Utils.OutputStream will write data to another java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
| OBinaryProtocol |
Static helper class to transform any kind of basic data in bytes and vice versa.
|
| OMemoryInputStream |
Class to parse and write buffers in very fast way.
|
| OMemoryStream | Deprecated
use
OByteArrayOutputStream instead. |
| OStreamableHelper |
Helper class to serialize OStreamable objects.
|
Copyright © 2009–2025 OrientDB. All rights reserved.