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: 2023.0.3.0 (2023.0.3.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.
|