PostSharp//API Reference/Post­Sharp.​Serialization/ISerializer­Factory
Open sandboxFocus

Interface ISerializerFactory

Defines a method CreateSerializer(Type), which creates instances of the ISerializer interface for given object types.

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

Methods

Name Description
CreateSerializer(Type)

Creates an instance of the ISerializer interface for a given object type.