About 55,000 results
Open links in new tab
  1. Serialization - .NET | Microsoft Learn

    Oct 25, 2023 · This article provides information about .NET serialization technologies, including binary serialization, XML and SOAP serialization, and JSON serialization.

  2. Serialization - Framework Design Guidelines | Microsoft Learn

    Nov 17, 2022 · The .NET Framework offers three main serialization technologies optimized for various serialization scenarios. The following table lists these technologies and the main …

  3. Serialization - Visual Basic | Microsoft Learn

    Dec 21, 2022 · Serialization is the process of converting an object into a stream of bytes in order to store the object or transmit it to memory, a database, or a file. Its main purpose is to save …

  4. Custom serialization and deserialization contracts - .NET

    Jun 16, 2023 · The following list shows just some examples of the types of customizations you can make to serialization and deserialization: Serialize private fields and properties. Support …

  5. XmlSerializer.Deserialize Method (System.Xml.Serialization)

    Introducing XML Serialization; How to: Specify an Alternate Element Name for an XML Stream; Controlling XML Serialization Using Attributes; Examples of XML Serialization; XML Schema …

  6. Serialization: Making a Serializable Class | Microsoft Learn

    Aug 2, 2021 · By deriving your class from CObject (or from a class derived from CObject), as shown in the following declaration of class CPerson, you gain access to the serialization …

  7. Customize File Storage and XML Serialization

    Nov 1, 2024 · You can customize the serialization scheme by adjusting the settings under Xml Serialization Behavior in DSL Explorer. There's a node under Xml Serialization Behavior for …

  8. Examples of XML Serialization - .NET | Microsoft Learn

    Mar 17, 2023 · These code examples show advanced scenarios, including how to use XML serialization to generate an XML stream that conforms to an XML Schema document.

  9. How to serialize properties of derived classes with …

    Nov 12, 2024 · Beginning with .NET 7, System.Text.Json supports polymorphic type hierarchy serialization and deserialization with attribute annotations.

  10. 序列化 - .NET | Microsoft Learn

    Jun 17, 2025 · System.Runtime.Serialization 包含可用于序列化和反序列化对象的类。 System.Xml.Serialization 包含可用于将对象序列化为 XML 格式文档或流的类。

Refresh