Click or drag to resize
SerializationCompatibilityOptionsOneBoundDataMemberOrder Property
Gets or sets a value indicating whether System.Runtime.Serialization.DataMemberAttribute.Order should be started with 1 instead of 0.

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

Property Value

Type: Boolean
true if System.Runtime.Serialization.DataMemberAttribute.Order should be started with 1 instead of 0; otherwise, false. Default is false.
Remarks
Using this value, you can switch between MessagePack for CLI and ProtoBuf.NET seamlessly.
See Also