Interface | Description |
---|---|
DataBuilder<T extends DataSerializable> |
Represents a builder that can take a
DataContainer and create a
new instance of a DataSerializable . |
DataSource |
Represents a source that data may be serialized to and from.
|
DataSourceFactory |
A standard factory to create
DataSource s to serialize and deserialize
DataSerializable objects. |
SerializationService |
A service that manages
DataBuilder s and sometimes the
deserialization of various DataSerializable s. |
Exception | Description |
---|---|
InvalidDataException |
An exception that occurs when a
DataBuilder or
DataSource is unable to handle an operation, which can include:
DataBuilder.build(DataView) , DataSource.deserialize() ,
etc. |