See: Description
| Interface | Description |
|---|---|
| RepresentationHandler |
Interface for classes that can serialize and deserialize specific types of objects.
|
| Class | Description |
|---|---|
| ArrayRepresentationHandler |
A handler for serializing/deserializing arrays.
|
| DependentRepresentationHandler |
Handles representations that depend on some
RepresentationRestorer in order to be recreated. |
| ListAndSetRepresentationHandler |
A handler for serializing/deserializing
List and Set instances. |
| MapRepresentationHandler |
A handler for serializing/deserializing
Map instances. |
| StandaloneRepresentationHandler |
Handles serialization/deserialization of the representation of
StandaloneRepresentable implementers
and some other simple types. |