File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
xml/System.Text.Json.Serialization Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
</Base >
15
15
<Interfaces />
16
16
<Docs >
17
- <summary >To be added .</summary >
17
+ <summary >Converts an object or value to or from JSON .</summary >
18
18
<remarks >To be added.</remarks >
19
19
</Docs >
20
20
<Members >
37
37
<Parameter Name =" typeToConvert" Type =" System.Type" />
38
38
</Parameters >
39
39
<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 >
43
43
<remarks >To be added.</remarks >
44
44
</Docs >
45
45
</Member >
46
46
</Members >
47
- </Type >
47
+ </Type >
You can’t perform that action at this time.
0 commit comments