Skip to content

Commit

Permalink
Update JsonSerializer.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Oct 30, 2023
1 parent 6a41a84 commit 2cf1cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Text.Json/JsonSerializer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ There is remaining data in the stream.</exception>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Indicates whether unconfigured <see cref="T:System.Text.Json.JsonSerializerOptions" /> instances should be set to use the reflection-based <see cref="T:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver" />.</summary>
<summary>Gets a value that indicates whether unconfigured <see cref="T:System.Text.Json.JsonSerializerOptions" /> instances should be set to use the reflection-based <see cref="T:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver" />.</summary>
<value>To be added.</value>
<remarks>The value of the property is backed by the "System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault" <see cref="T:System.AppContext" /> setting and defaults to <see langword="true" /> if unset.</remarks>
</Docs>
Expand Down

0 comments on commit 2cf1cc5

Please sign in to comment.