| BsonReaderJsonNet35BinaryCompatibility Property |
Note: This API is now obsolete.
Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary.
Namespace:
Newtonsoft.Json.Bson
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax [ObsoleteAttribute("JsonNet35BinaryCompatibility will be removed in a future version of Json.NET.")]
public bool JsonNet35BinaryCompatibility { get; set; }
Property Value
Type:
Booleantrue if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise,
false.
See Also