We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5da84 commit fd355a1Copy full SHA for fd355a1
xml/System.Text.Json.Serialization/BinaryDataJsonConverter.xml
@@ -106,10 +106,10 @@
106
<Parameter Name="options" Type="System.Text.Json.JsonSerializerOptions" />
107
</Parameters>
108
<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>
+ <param name="writer">The writer to write to.</param>
+ <param name="value">The value to convert to JSON.</param>
+ <param name="options">An object that specifies serialization options to use.</param>
+ <summary>Writes a specified value as JSON.</summary>
113
<remarks>To be added.</remarks>
114
<inheritdoc />
115
</Docs>
0 commit comments