| Interface | Description |
|---|---|
| ISerializationRegistry |
The registry of
ISerializers per type. |
| ISerializationService |
Provides a serialization service so that the following is true:
deserialize(serialize(object)) == object |
| ISerializer<T> |
The interface that must be implemented when adding an extension to the "serializer" extension
point.
|