You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Text.Json.Serialization/JsonConverterFactory.xml
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,16 @@
14
14
</Base>
15
15
<Interfaces />
16
16
<Docs>
17
-
<summary>To be added.</summary>
18
-
<remarks>To be added.</remarks>
17
+
<summary>Supports converting several types by using a factory pattern.</summary>
18
+
<remarks>
19
+
<formattype="text/markdown"><![CDATA[
20
+
21
+
## Remarks
22
+
23
+
This is useful for converters supporting generics, such as a converter for <xref:System.Collections.Generic.List`1>.
24
+
25
+
]]></format>
26
+
</remarks>
19
27
</Docs>
20
28
<Members>
21
29
<MemberMemberName=".ctor">
@@ -31,7 +39,7 @@
31
39
</AssemblyInfo>
32
40
<Parameters />
33
41
<Docs>
34
-
<summary>To be added.</summary>
42
+
<summary>When overidden in a derived class, initializes a new instance of the <seecref="T:System.Text.Json.Serialization.JsonConverterFactory" /> class.</summary>
<paramname="typeToConvert">The type to convert.</param>
66
+
<summary>Creates a converter for a specified type.</summary>
67
+
<returns>An instance of a <seecref="T:System.Text.Json.Serialization.JsonConverter`1" /> where <typeparamrefname="T" /> is compatible with <paramrefname="typeToConvert" />.</returns>
0 commit comments