Click or drag to resize
SerializerGeneratorMethod Property

Note: This API is now obsolete.

Gets or sets the SerializationMethod which indicates serialization method to be used.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Use static methods instead.")]
public SerializationMethod Method { get; set; }

Property Value

Type: SerializationMethod
The SerializationMethod which indicates serialization method to be used.
See Also