| Class | Description |
|---|---|
| BinaryFactory |
Factory for stream readers/writers using a binary object notation (BON).
|
| BinaryStreamReader |
IPC reader implementation for the binary protocol (BON).
|
| BinaryStreamWriter |
IPC writer implementation for the binary protocol (BON).
|
| ValueTrafo |
Helper class to convert between byte arrays and scalar values.
|
| Enum | Description |
|---|---|
| BinaryToken |
Tokens used in the binary protocol implementation.
|