MessagePackSerializerT Constructor |
Note: This API is now obsolete.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [ObsoleteAttribute("Use MessagePackSerializer (SerlaizationContext) instead.")]
protected MessagePackSerializer()
<ObsoleteAttribute("Use MessagePackSerializer (SerlaizationContext) instead.")>
Protected Sub New
protected:
[ObsoleteAttribute(L"Use MessagePackSerializer (SerlaizationContext) instead.")]
MessagePackSerializer()
[<ObsoleteAttribute("Use MessagePackSerializer (SerlaizationContext) instead.")>]
new : unit -> MessagePackSerializer
Remarks
This method supports backword compatibility with 0.3.
See Also