Interface | Description |
---|---|
ISerializationRegistry |
The registry of
ISerializer s 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.
|