File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
xml/System.Text.Json.Serialization Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ Reading is case insensitive. Writing can be customized by using a <xref:System.T
112
112
<Parameter Name =" options" Type =" System.Text.Json.JsonSerializerOptions" />
113
113
</Parameters >
114
114
<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 >
119
119
<remarks >To be added.</remarks >
120
120
</Docs >
121
121
</Member >
You can’t perform that action at this time.
0 commit comments