Skip to content

Commit 44acdef

Browse files
carlossanlopahsonkhan
authored andcommitted
Document System.Text.Json.Serialization.JsonConverter CreateConverter (#3083)
* Document System.Text.Json.Serialization.JsonConverter CreateConverter * Update JsonStringEnumConverter.xml * Update JsonStringEnumConverter.xml * Update xml/System.Text.Json.Serialization/JsonStringEnumConverter.xml Co-Authored-By: Ahson Khan <[email protected]>
1 parent e5cf1e5 commit 44acdef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Text.Json.Serialization/JsonStringEnumConverter.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Reading is case insensitive. Writing can be customized by using a <xref:System.T
112112
<Parameter Name="options" Type="System.Text.Json.JsonSerializerOptions" />
113113
</Parameters>
114114
<Docs>
115-
<param name="typeToConvert">To be added.</param>
116-
<param name="options">To be added.</param>
117-
<summary>To be added.</summary>
118-
<returns>To be added.</returns>
115+
<param name="typeToConvert">The type handled by the converter.</param>
116+
<param name="options">The serialization options to use.</param>
117+
<summary>Creates a converter for the specified type.</summary>
118+
<returns>A converter for which <typeparamref name="T" /> is compatible with <paramref name="typeToConvert"/>.</returns>
119119
<remarks>To be added.</remarks>
120120
</Docs>
121121
</Member>

0 commit comments

Comments
 (0)