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
Persistable s and/or ByteBuffer s. |
Streamables |
Provides utility methods for working with
Streamable s and/or data streams. |