File: ns-System.Runtime.Serialization.xml

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (14 lines) | stat: -rw-r--r-- 1,258 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>