Skip to content

Commit d6d9a43

Browse files
committed
修改备注
1 parent dedbd41 commit d6d9a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Senparc.CO2NET/Helpers/Serializers/JsonSetting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public JsonSettingWrap(JsonSetting jsonSetting)
265265
}
266266

267267
/// <summary>
268-
/// JSON 输出设置 构造函数 优先级: ignoreNulls < propertiesToIgnoreNull < typesToIgnoreNull
268+
/// JSON 输出设置 构造函数 优先级: ignoreNulls &lt; propertiesToIgnoreNull &lt; typesToIgnoreNull
269269
/// </summary>
270270
/// <param name="ignoreNulls">是否忽略具有IJsonIgnoreNull接口,且为Null值的属性。如果为true,符合此条件的属性将不会出现在Json字符串中</param>
271271
/// <param name="propertiesToIgnoreNull">需要特殊忽略null值的属性名称</param>

0 commit comments

Comments
 (0)