ISerializerFactoryProvider Interface |
Provides instances of the ISerializerFactory interface given the object type.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public interface ISerializerFactoryProvider
The ISerializerFactoryProvider type exposes the following members.
Name | Description | |
---|---|---|
NextProvider |
Gets the next provider in the chain.
|
Name | Description | |
---|---|---|
GetSerializerFactory |
Gets the instance of ISerializerFactory | |
GetSurrogateType |
Gets the surrogate type for a given object type.
|