Update JsonSerializerOptions.xml
Refine IncludeFields remarks to highlight that only public fields are serialized and that private fields are not.
Summary
Revised the documentation for JsonSerializerOptions.IncludeFields property clarify that setting the property to true will only result in 'public' fields being serialized, private fields are not serialized.
Tagging subscribers to this area: @dotnet/area-system-text-json
Learn Build status updates of commit 238352d:
:white_check_mark: Validation status: passed
| File | Status | Preview URL | Details |
|---|---|---|---|
| xml/System.Text.Json/JsonSerializerOptions.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Learn Build status updates of commit 4a5ec8d:
:white_check_mark: Validation status: passed
| File | Status | Preview URL | Details |
|---|---|---|---|
| xml/System.Text.Json/JsonSerializerOptions.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel