PostSharpAPI ReferencePost­Sharp.​SerializationISerializer­Factory­Provider
Open sandboxFocus

ISerializerFactoryProvider Interface

Provides instances of the ISerializerFactory interface given the object type.

Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public interface ISerializerFactoryProvider

Properties

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.

See Also