SerializerFactoryProvider Methods |
The SerializerFactoryProvider type exposes the following members.
Name | Description | |
---|---|---|
AddSerializer(Type, Type) |
Maps an object type to a serializer type.
| |
AddSerializer<TObject, TSerializer>() |
Maps an object type to a serializer type (using generic type parameters).
| |
GetSerializerFactory |
Gets the instance of ISerializerFactory | |
GetSurrogateType |
Gets the surrogate type for a given object type.
| |
MakeReadOnly |
Forbids further changes in the current SerializerFactoryProvider.
|