ns-System.Runtime.Serialization.xml 1.2 KB

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Namespace Name="System.Runtime.Serialization">
  3. <Docs>
  4. <summary>
  5. <attribution license="cc4" from="Microsoft" modified="false" />
  6. <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>
  7. </summary>
  8. <remarks>
  9. <attribution license="cc4" from="Microsoft" modified="false" />
  10. <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>
  11. <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>
  12. </remarks>
  13. </Docs>
  14. </Namespace>