Click or drag to resize
SerializerGenerator Constructor (Type, AssemblyName)

Note: This API is now obsolete.

Initializes a new instance of the SerializerGenerator class.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Use static methods instead.")]
public SerializerGenerator(
	Type rootType,
	AssemblyName assemblyName
)

Parameters

rootType
Type: SystemType
Type of the root object which will be serialized/deserialized.
assemblyName
Type: System.ReflectionAssemblyName
Name of the assembly to be generated.
Exceptions
ExceptionCondition
ArgumentNullExceptionrootType is null. Or assemblyName is null.
See Also