Skip to content

Commit

Permalink
Update documentation for SerializationSurrogateProvider property (#3748)
Browse files Browse the repository at this point in the history
* Update documentation for SerializationSurrogateProvider property

* Update xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml

Co-Authored-By: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>

* feedback

Co-authored-by: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>
Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
  • Loading branch information
3 people committed Jan 28, 2020
1 parent 941491f commit 1633960
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -54,6 +54,7 @@
]]></format>
</remarks>
<altmember cref="T:System.Runtime.Serialization.IDataContractSurrogate" />
<altmember cref="T:System.Runtime.Serialization.ISerializationSurrogateProvider" />
<altmember cref="T:System.Runtime.Serialization.DataContractSerializer" />
<related type="Article" href="https://msdn.microsoft.com/library/8c31134c-46c5-4ed7-94af-bab0ac0dfce5">Data Contract Surrogates</related>
<related type="Article" href="~/docs/framework/wcf/feature-details/using-data-contracts.md">Using Data Contracts</related>
Expand Down Expand Up @@ -471,8 +472,8 @@
<ReturnType>System.Runtime.Serialization.ISerializationSurrogateProvider</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets or sets a surrogate provider to be used during the serialization and deserialization processes.</summary>
<value>A surrogate provider that is used to provide a serialization surrogate to be used during serialization and deserialization.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down

0 comments on commit 1633960

Please sign in to comment.