Skip to content

Commit fdacd18

Browse files
carlossanlopRon Petrusha
authored andcommitted
Automatically port System.Text.Json.JsonSerializerOptions (dotnet#3015)
* Automatically port System.Text.Json.JsonSerializerOptions * edits
1 parent e820ded commit fdacd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text.Json/JsonSerializerOptions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ It is not used when deserializing.
175175
<ReturnType>System.Text.Encodings.Web.JavaScriptEncoder</ReturnType>
176176
</ReturnValue>
177177
<Docs>
178-
<summary>To be added.</summary>
179-
<value>To be added.</value>
178+
<summary>Gets or sets the encoder to use when escaping strings, or <see langword="null" /> to use the default encoder.</summary>
179+
<value>The JavaScript character encoding.</value>
180180
<remarks>To be added.</remarks>
181181
</Docs>
182182
</Member>

0 commit comments

Comments
 (0)