We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb7dc6 commit 5424b07Copy full SHA for 5424b07
Runtime/Libraries/ZeroDepJson/ZeroDepJson.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.CodeDom.Compiler;
3
using System.Collections;
4
using System.Collections.Generic;
@@ -5444,7 +5444,7 @@ public enum JsonSerializationOptions
5444
/// <summary>
5445
/// The default value.
5446
/// </summary>
5447
- Default = UseXmlIgnore | UseScriptIgnore | SerializeFields | AutoParseDateTime | UseJsonAttribute | SkipGetOnly | SkipDefaultValues | SkipZeroValueTypes | SkipNullPropertyValues | SkipNullDateTimeValues,
+ Default = UseXmlIgnore | UseScriptIgnore | SerializeFields | AutoParseDateTime | UseJsonAttribute | SkipGetOnly | SkipNullPropertyValues | SkipNullDateTimeValues,
5448
}
5449
5450
0 commit comments