Skip to content

Commit 9325c7c

Browse files
committed
System.Runtime.Serialization docs
1 parent c2f1760 commit 9325c7c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

xml/System.Runtime.Serialization.DataContracts/DataContract.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</Attribute>
2424
</Attributes>
2525
<Docs>
26-
<summary>To be added.</summary>
26+
<summary>Represents a data contract that defines serialization and deserialization behavior for types.</summary>
2727
<remarks>To be added.</remarks>
2828
</Docs>
2929
<Members>
@@ -60,7 +60,7 @@
6060
<ReturnType>System.Runtime.Serialization.DataContracts.DataContract</ReturnType>
6161
</ReturnValue>
6262
<Docs>
63-
<summary>To be added.</summary>
63+
<summary>Gets the base data contract for this data contract.</summary>
6464
<value>To be added.</value>
6565
<remarks>To be added.</remarks>
6666
</Docs>
@@ -90,7 +90,7 @@
9090
<ReturnType>System.String</ReturnType>
9191
</ReturnValue>
9292
<Docs>
93-
<summary>To be added.</summary>
93+
<summary>Gets the contract type name for this data contract.</summary>
9494
<value>To be added.</value>
9595
<remarks>To be added.</remarks>
9696
</Docs>
@@ -408,7 +408,7 @@
408408
<ReturnType>System.Boolean</ReturnType>
409409
</ReturnValue>
410410
<Docs>
411-
<summary>To be added.</summary>
411+
<summary>Gets a value indicating whether the data contract is serialized by reference.</summary>
412412
<value>To be added.</value>
413413
<remarks>To be added.</remarks>
414414
</Docs>
@@ -432,7 +432,7 @@
432432
<ReturnType>System.Boolean</ReturnType>
433433
</ReturnValue>
434434
<Docs>
435-
<summary>To be added.</summary>
435+
<summary>Gets a value indicating whether the data contract represents a value type.</summary>
436436
<value>To be added.</value>
437437
<remarks>To be added.</remarks>
438438
</Docs>
@@ -608,7 +608,7 @@
608608
<ReturnType>System.Xml.XmlQualifiedName</ReturnType>
609609
</ReturnValue>
610610
<Docs>
611-
<summary>To be added.</summary>
611+
<summary>Gets the XML qualified name for the data contract.</summary>
612612
<value>To be added.</value>
613613
<remarks>To be added.</remarks>
614614
</Docs>

xml/System.Runtime.Serialization.Json/DataContractJsonSerializer.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@
834834
</ReturnValue>
835835
<Parameters />
836836
<Docs>
837-
<summary>To be added.</summary>
838-
<returns>To be added.</returns>
837+
<summary>Gets the current serialization surrogate provider.</summary>
838+
<returns>The current <see cref="T:System.Runtime.Serialization.ISerializationSurrogateProvider" /> instance, or <see langword="null" /> if no provider is set.</returns>
839839
<remarks>To be added.</remarks>
840840
</Docs>
841841
</Member>
@@ -1533,8 +1533,8 @@
15331533
<Parameter Name="provider" Type="System.Runtime.Serialization.ISerializationSurrogateProvider" Index="0" FrameworkAlternate="net-7.0;net-8.0;net-9.0;net-10.0" />
15341534
</Parameters>
15351535
<Docs>
1536-
<param name="provider">To be added.</param>
1537-
<summary>To be added.</summary>
1536+
<param name="provider">The <see cref="T:System.Runtime.Serialization.ISerializationSurrogateProvider" /> to use for serialization, or <see langword="null" /> to remove the current provider.</param>
1537+
<summary>Sets the serialization surrogate provider.</summary>
15381538
<remarks>To be added.</remarks>
15391539
</Docs>
15401540
</Member>

0 commit comments

Comments
 (0)