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 dedbd41 commit d6d9a43Copy full SHA for d6d9a43
src/Senparc.CO2NET/Helpers/Serializers/JsonSetting.cs
@@ -265,7 +265,7 @@ public JsonSettingWrap(JsonSetting jsonSetting)
265
}
266
267
/// <summary>
268
- /// JSON 输出设置 构造函数 优先级: ignoreNulls < propertiesToIgnoreNull < typesToIgnoreNull
+ /// JSON 输出设置 构造函数 优先级: ignoreNulls < propertiesToIgnoreNull < typesToIgnoreNull
269
/// </summary>
270
/// <param name="ignoreNulls">是否忽略具有IJsonIgnoreNull接口,且为Null值的属性。如果为true,符合此条件的属性将不会出现在Json字符串中</param>
271
/// <param name="propertiesToIgnoreNull">需要特殊忽略null值的属性名称</param>
0 commit comments