| Interface | Description |
|---|---|
| Persistable |
This interface marks an object that can be persisted to a
ByteBuffer. |
| Streamable |
This interface marks an object that can be serialized to a data stream.
|
| VersionedPersistable |
A
Persistable that is used by some persistence service that provides automatic versioning. |
| Class | Description |
|---|---|
| ByteBufferUtil | |
| HashFunctionChecksum | |
| Persistables |
Provides utility methods for working with
Persistables and/or ByteBuffers. |
| Streamables |
Provides utility methods for working with
Streamables and/or data streams. |