See: Description
| Interface | Description |
|---|---|
| SerializationProvider |
Contract to provide a
Serializer for a given type. |
| Serializer<T> |
Interface defining the contract used to transform types in a serial form.
|
| Exception | Description |
|---|---|
| UnsupportedTypeException |
Exception thrown to indicate a
Serializer could not be created for a given type. |