安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- Serialization - . NET | Microsoft Learn
This article provides information about NET serialization technologies, including binary serialization, XML and SOAP serialization, and JSON serialization
- Serialization - Visual Basic | Microsoft Learn
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 the state of an object in order to be able to recreate it when needed The reverse process is called deserialization
- Custom serialization and deserialization contracts - . NET
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 multiple names for a single property (for example, if a previous library version used a different name) Ignore properties with a specific name, type, or value
- Serialization: Making a Serializable Class | Microsoft Learn
The MFC serialization code checks the schema number when reading objects into memory If the schema number of the object on disk does not match the schema number of the class in memory, the library will throw a CArchiveException, preventing your program from reading an incorrect version of the object
- XmlSerializer Class (System. Xml. Serialization) | Microsoft Learn
Serializes and deserializes objects into and from XML documents The XmlSerializer enables you to control how objects are encoded into XML
- How to write custom converters for JSON serialization - . NET
Learn how to create custom converters for the JSON serialization classes that are provided in the System Text Json namespace
- XmlSerializer. Deserialize Method (System. Xml. Serialization)
Xml Serializer Deserialize Method In this article Definition Overloads Deserialize (Stream) Deserialize (TextReader) Show 5 more
- Serialization - Win32 apps | Microsoft Learn
Serialization is the process of writing values in C data structures (structs, arrays, and primitive values) as an XML element Deserialization is the reverse process
|
|
|