Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

14 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Runtime.Serialization">
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="N:System.Runtime.Serialization" /> namespace contains classes that can be used for serializing and deserializing objects. Serialization is the process of converting an object or a graph of objects into a linear sequence of bytes for either storage or transmission to another location. Deserialization is the process of taking in stored information and recreating objects from it.</para>
</summary>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Runtime.Serialization.ISerializable" /> interface provides a way for classes to control their own serialization behavior. Classes in the <see cref="N:System.Runtime.Serialization.Formatters" /> namespace control the actual formatting of various data types encapsulated in the serialized objects.</para>
<para>Formatters that serialize and deserialize objects to and from a particular format can be found in the <see cref="N:System.Runtime.Serialization.Formatters" /> namespace.</para>
</remarks>
</Docs>
</Namespace>