ISerializerFactoryProvider Interface |
Provides instances of the ISerializerFactory interface given the object type.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.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.
|