| Interface | Description |
|---|---|
| DataType<T> |
A data type.
|
| StatefulDataType<D> |
A data type that allows to save its state.
|
| StatefulDataType.Factory<D> |
A factory for data types.
|
| Class | Description |
|---|---|
| BasicDataType<T> |
The base class for data type implementations.
|
| ByteArrayDataType |
Class ByteArrayDataType.
|
| LongDataType |
Class LongDataType.
|
| MetaType<D> |
Class DBMetaType is a type for values in the type registry map.
|
| ObjectDataType |
A data type implementation for the most common data types, including
serializable objects.
|
| StringDataType |
A string type.
|
Data types and serialization / deserialization