Skip to content

Commit fd355a1

Browse files
committed
System.Text.Json docs
1 parent 6e5da84 commit fd355a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Text.Json.Serialization/BinaryDataJsonConverter.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@
106106
<Parameter Name="options" Type="System.Text.Json.JsonSerializerOptions" />
107107
</Parameters>
108108
<Docs>
109-
<param name="writer">To be added.</param>
110-
<param name="value">To be added.</param>
111-
<param name="options">To be added.</param>
112-
<summary>To be added.</summary>
109+
<param name="writer">The writer to write to.</param>
110+
<param name="value">The value to convert to JSON.</param>
111+
<param name="options">An object that specifies serialization options to use.</param>
112+
<summary>Writes a specified value as JSON.</summary>
113113
<remarks>To be added.</remarks>
114114
<inheritdoc />
115115
</Docs>

0 commit comments

Comments
 (0)