You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Text.Json/JsonSerializer.xml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4151,8 +4151,8 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
4151
4151
<paramname="value">The value to convert.</param>
4152
4152
<paramname="inputType">The type of the <paramrefname="value" /> to convert.</param>
4153
4153
<paramname="options">Options to control the conversion behavior.</param>
4154
-
<summary>Converts the provided value into a <seecref="T:System.Text.Json.JsonDocument" />.</summary>
4155
-
<returns>A <seecref="T:System.Text.Json.JsonDocument" /> representation of the value.</returns>
4154
+
<summary>Converts the provided value into a <seecref="T:System.Text.Json.JsonElement" />.</summary>
4155
+
<returns>A <seecref="T:System.Text.Json.JsonElement" /> representation of the value.</returns>
4156
4156
<remarks>To be added.</remarks>
4157
4157
<exceptioncref="T:System.ArgumentException">
4158
4158
<paramrefname="inputType" /> is not compatible with <paramrefname="value" />.</exception>
@@ -4194,8 +4194,8 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
4194
4194
<paramname="value">The value to convert.</param>
4195
4195
<paramname="inputType">The type of the <paramrefname="value" /> to convert.</param>
4196
4196
<paramname="context">A metadata provider for serializable types.</param>
4197
-
<summary>Converts the provided value into a <seecref="T:System.Text.Json.JsonDocument" />.</summary>
4198
-
<returns>A <seecref="T:System.Text.Json.JsonDocument" /> representation of the value.</returns>
4197
+
<summary>Converts the provided value into a <seecref="T:System.Text.Json.JsonElement" />.</summary>
4198
+
<returns>A <seecref="T:System.Text.Json.JsonElement" /> representation of the value.</returns>
4199
4199
<remarks>To be added.</remarks>
4200
4200
<exceptioncref="T:System.NotSupportedException">There is no compatible <seecref="T:System.Text.Json.Serialization.JsonConverter" /> for <paramrefname="inputType" /> or its serializable members.</exception>
4201
4201
<exceptioncref="T:System.InvalidOperationException">The <seecref="M:System.Text.Json.Serialization.JsonSerializerContext.GetTypeInfo(System.Type)" /> method of the provided <paramrefname="context" /> returns <seelangword="null" /> for the type to convert.</exception>
@@ -4250,8 +4250,8 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
4250
4250
<typeparamname="TValue">The type of the value to serialize.</typeparam>
4251
4251
<paramname="value">The value to convert.</param>
4252
4252
<paramname="options">Options to control the conversion behavior.</param>
4253
-
<summary>Converts the provided value into a <seecref="T:System.Text.Json.JsonDocument" />.</summary>
4254
-
<returns>A <seecref="T:System.Text.Json.JsonDocument" /> representation of the JSON value.</returns>
4253
+
<summary>Converts the provided value into a <seecref="T:System.Text.Json.JsonElement" />.</summary>
4254
+
<returns>A <seecref="T:System.Text.Json.JsonElement" /> representation of the JSON value.</returns>
4255
4255
<remarks>To be added.</remarks>
4256
4256
<exceptioncref="T:System.NotSupportedException">There is no compatible <seecref="T:System.Text.Json.Serialization.JsonConverter" /> for <typeparamrefname="TValue" /> or its serializable members.</exception>
4257
4257
</Docs>
@@ -4290,8 +4290,8 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
4290
4290
<typeparamname="TValue">The type of the value to serialize.</typeparam>
4291
4291
<paramname="value">The value to convert.</param>
4292
4292
<paramname="jsonTypeInfo">Metadata about the type to convert.</param>
4293
-
<summary>Converts the provided value into a <seecref="T:System.Text.Json.JsonDocument" />.</summary>
4294
-
<returns>A <seecref="T:System.Text.Json.JsonDocument" /> representation of the value.</returns>
4293
+
<summary>Converts the provided value into a <seecref="T:System.Text.Json.JsonElement" />.</summary>
4294
+
<returns>A <seecref="T:System.Text.Json.JsonElement" /> representation of the value.</returns>
4295
4295
<remarks>To be added.</remarks>
4296
4296
<exceptioncref="T:System.NotSupportedException">There is no compatible <seecref="T:System.Text.Json.Serialization.JsonConverter" /> for <typeparamrefname="TValue" /> or its serializable members.</exception>
0 commit comments