Provides instances of the ISerializerFactory interface given the object type.
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public interface ISerializerFactoryProviderProperties
| Name | Description |
|---|---|
| NextProvider | Gets the next provider in the chain. |
Methods
| Name | Description |
|---|---|
| GetSerializerFactory(Type) | Gets the instance of ISerializerFactory |
| GetSurrogateType(Type) | Gets the surrogate type for a given object type. |