ISerializerFactory Interface |
Defines a method CreateSerializer(Type), which creates instances of the ISerializer interface for
given object types.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public interface ISerializerFactory
The ISerializerFactory type exposes the following members.
Name | Description | |
---|---|---|
CreateSerializer |
Creates an instance of the ISerializer interface for a given object type.
|