SerializerGenerator Constructor (Type, AssemblyName) |
Note: This API is now obsolete.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [ObsoleteAttribute("Use static methods instead.")]
public SerializerGenerator(
Type rootType,
AssemblyName assemblyName
)
<ObsoleteAttribute("Use static methods instead.")>
Public Sub New (
rootType As Type,
assemblyName As AssemblyName
)
public:
[ObsoleteAttribute(L"Use static methods instead.")]
SerializerGenerator(
Type^ rootType,
AssemblyName^ assemblyName
)
[<ObsoleteAttribute("Use static methods instead.")>]
new :
rootType : Type *
assemblyName : AssemblyName -> SerializerGenerator
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 See Also