PackerDefaultCompatibilityOptions Property |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static PackerCompatibilityOptions DefaultCompatibilityOptions { get; set; }
Public Shared Property DefaultCompatibilityOptions As PackerCompatibilityOptions
Get
Set
public:
static property PackerCompatibilityOptions DefaultCompatibilityOptions {
PackerCompatibilityOptions get ();
void set (PackerCompatibilityOptions value);
}
static member DefaultCompatibilityOptions : PackerCompatibilityOptions with 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