Skip to content

Commit ce069a1

Browse files
authored
Apply suggestions from code review
1 parent dead305 commit ce069a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

xml/System.Text.Json.Serialization.Metadata/JsonCollectionInfoValues`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<Interfaces />
1919
<Docs>
2020
<typeparam name="TCollection">To be added.</typeparam>
21-
<summary>To be added.</summary>
22-
<remarks>To be added.</remarks>
21+
<summary>Provides serialization metadata about a collection type.</summary>
22+
<remarks>This API is for use by the output of the System.Text.Json source generator and should not be called directly.</remarks>
2323
</Docs>
2424
<Members>
2525
<Member MemberName=".ctor">

xml/System.Text.Json.Serialization.Metadata/JsonTypeInfo`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ReturnType>System.Action&lt;System.Text.Json.Utf8JsonWriter,T&gt;</ReturnType>
3939
</ReturnValue>
4040
<Docs>
41-
<summary>To be added.</summary>
41+
<summary>Serializes an instance of <typeparamref name="T" /> using <see cref="T:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute" /> values specified at design time.</summary>
4242
<value>To be added.</value>
4343
<remarks>To be added.</remarks>
4444
</Docs>

xml/System.Text.Json.Serialization/JsonSerializerContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<ReturnType>System.Text.Json.JsonSerializerOptions</ReturnType>
5656
</ReturnValue>
5757
<Docs>
58-
<summary>To be added.</summary>
58+
<summary>Gets the default run-time options for the context.</summary>
5959
<value>To be added.</value>
6060
<remarks>To be added.</remarks>
6161
</Docs>

0 commit comments

Comments
 (0)