From c483f995e3b8856f2b54f8fc717da814bdfa2ead Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Thu, 25 Mar 2021 08:51:50 -0700 Subject: [PATCH] Revert "IgnoreNullValues isn't for deserialization (#5470)" This reverts commit efedb2ed89fb701661c74a06d46fbc9d52022f87. --- xml/System.Text.Json/JsonSerializerOptions.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/xml/System.Text.Json/JsonSerializerOptions.xml b/xml/System.Text.Json/JsonSerializerOptions.xml index 8449a7dfc5c..abb5dae9bff 100644 --- a/xml/System.Text.Json/JsonSerializerOptions.xml +++ b/xml/System.Text.Json/JsonSerializerOptions.xml @@ -356,21 +356,19 @@ For more information, see [How to write custom converters for JSON serialization System.Boolean - Gets or sets a value that determines whether values are ignored during serialization. The default value is . + Gets or sets a value that determines whether values are ignored during serialization and deserialization. The default value is . - to ignore null values during serialization; otherwise, . + to ignore null values during serialization and deserialization; otherwise, . - This property was set after serialization has occurred. + This property was set after serialization or deserialization has occurred. -or-