Skip to content
Merged
Changes from all 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
10 changes: 5 additions & 5 deletions xml/System.Text.Json.Serialization/JsonConverter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<summary>Converts an object or value to or from JSON.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -37,11 +37,11 @@
<Parameter Name="typeToConvert" Type="System.Type" />
</Parameters>
<Docs>
<param name="typeToConvert">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="typeToConvert">The type of the object to check whether it can be converted by this converter instance.</param>
<summary>When overridden in a derived class, determines whether the converter instance can convert the specified object type.</summary>
<returns><see langword="true" /> if the instance can convert the specified object type; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
</Type>