ISerializerFactory.CreateSerializer Method |
Creates an instance of the ISerializer interface for a given object type.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
C#
ISerializer CreateSerializer( Type objectType )
Parameters
- objectType
- Type: System.Type
Type of object being serialized or deserialized.
Return Value
Type: ISerializerA new instance implementing the ISerializer interface.