Click or drag to resize
SerializationContextSerializationMethod Property
Gets or sets the SerializationMethod to determine serialization strategy.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public SerializationMethod SerializationMethod { get; set; }

Property Value

Type: SerializationMethod
The SerializationMethod to determine serialization strategy.
See Also