| 接口 | 说明 |
|---|---|
| DataType<T> |
A data type.
|
| StatefulDataType<D> |
A data type that allows to save its state.
|
| StatefulDataType.Factory<D> |
A factory for data types.
|
| 类 | 说明 |
|---|---|
| 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
Copyright © 2022. All rights reserved.