GetSerializerFactory(Type)
Gets the instance of ISerializerFactory
Declaration
ISerializerFactory GetSerializerFactory(Type objectType)Parameters
| Type | Name | Description |
|---|---|---|
| Type | objectType | Type of object being serialized or deserialized. If a surrogate type has been specified during serialization, this parameter is set to the surrogate type during deserialization. |
Returns
| Type | Description |
|---|---|
| ISerializerFactory | An instance of ISerializerFactory able to serialize or deserialize |
Remarks
It is not the responsibility of this class to call the next provider (NextProvider).