Skip to content

Commit a6a33de

Browse files
carlossanlopahsonkhan
authored andcommitted
Automatically port System.Text.Json.Serialization.JsonConverter (#2889)
* Automatically port System.Text.Json.Serialization.JsonConverter * suggestions by rpetrusha and Jozkee Co-Authored-By: David Cantu <[email protected]> * suggestion by Jozkee Co-Authored-By: David Cantu <[email protected]> * suggestions by ahsonkhan Co-Authored-By: Ahson Khan <[email protected]> * suggestion by ahsonkhan Co-Authored-By: Ahson Khan <[email protected]>
1 parent 87c3b84 commit a6a33de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xml/System.Text.Json.Serialization/JsonConverter.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Base>
1515
<Interfaces />
1616
<Docs>
17-
<summary>To be added.</summary>
17+
<summary>Converts an object or value to or from JSON.</summary>
1818
<remarks>To be added.</remarks>
1919
</Docs>
2020
<Members>
@@ -37,11 +37,11 @@
3737
<Parameter Name="typeToConvert" Type="System.Type" />
3838
</Parameters>
3939
<Docs>
40-
<param name="typeToConvert">To be added.</param>
41-
<summary>To be added.</summary>
42-
<returns>To be added.</returns>
40+
<param name="typeToConvert">The type of the object to check whether it can be converted by this converter instance.</param>
41+
<summary>When overridden in a derived class, determines whether the converter instance can convert the specified object type.</summary>
42+
<returns><see langword="true" /> if the instance can convert the specified object type; otherwise, <see langword="false" />.</returns>
4343
<remarks>To be added.</remarks>
4444
</Docs>
4545
</Member>
4646
</Members>
47-
</Type>
47+
</Type>

0 commit comments

Comments
 (0)