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 ISerializerFactoryMethods
| Name | Description |
|---|---|
| CreateSerializer(Type) | Creates an instance of the ISerializer interface for a given object type. |