Click or drag to resize
PackerDefaultCompatibilityOptions Property
Gets or sets the default PackerCompatibilityOptions for all instances.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static PackerCompatibilityOptions DefaultCompatibilityOptions { get; set; }

Property Value

Type: PackerCompatibilityOptions
The default PackerCompatibilityOptions. The default value is Classic.
Remarks

Note that modification of this value will affect all new instances from the point. Existent instances are not afectted by the modification.

This property is intended to be set in application initialization code.

Note that the default value is Classic, not None.

See Also