Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/ns-System.Text.Json.Serialization.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Namespace Name="System.Text.Json.Serialization">
<Docs>
<summary>To be added.</summary>
<summary>The System.Text.Json.Serialization namespace contains classes that are used to customize and extend serialization and deserialization of objects into JSON formatted documents or streams, either via an attribute model or via type converters.</summary>
<remarks>To be added.</remarks>
</Docs>
</Namespace>
2 changes: 1 addition & 1 deletion xml/ns-System.Text.Json.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Namespace Name="System.Text.Json">
<Docs>
<summary>To be added.</summary>
<summary>The System.Text.Json namespace provides high-performance, low-allocating, and RFC-compliant capabilities to process JavaScript Object Notation (JSON), which includes serializing objects to JSON text and deserializing JSON text to objects, with UTF-8 support built-in. It also provides types to read and write JSON text encoded as UTF-8, and to create a read-only in-memory document object model (DOM) for random access of the JSON elements within a structured view of the data.</summary>
<remarks>To be added.</remarks>
</Docs>
</Namespace>