1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-14 09:52:53 +00:00

setted checking object parameter at Deserialize<T> to optional for backward compatibility, and added the same config field for preventing checking objects at Stream deserializing. added checking type for not null at CheckObject

This commit is contained in:
Artem Kurianov
2020-08-20 16:47:34 +00:00
parent 3e3bf5329a
commit 1a73ecf89a
2 changed files with 15 additions and 5 deletions
+4 -2
View File
@@ -84,8 +84,10 @@ namespace CryptoExchange.Net.Objects
/// The api credentials
/// </summary>
public ApiCredentials? ApiCredentials { get; set; }
/// <summary>
/// ShoouldCheckObjects
/// </summary>
public bool ShouldCheckObjects { get; set; } = true;
/// <summary>
/// Proxy to use
/// </summary>