© Ali Asad and Hamza Ali 2017

Ali Asad and Hamza Ali, The C# Programmer’s Study Guide (MCSD), 10.1007/978-1-4842-2860-9_11

11. Serialization and Deserialization

Ali Asad and Hamza Ali1

(1)Sialkot, Pakistan

When communicating with remote applications, you will often exchange data with other applications. Serialization and Deserialization of data is done before the exchange of data, when it’s received or sent.

In this chapter, we will understand the following topics:

  1. Serializations and Deserialization

  2. Binary Serialization

  3. XML Serialization

  4. JSON Serialization

  5. Custom Serialization

Serialization and Deserialization

Serialization and Deserialization are the processes of serializing and deserializing data. C# provides different techniques to perform these processes. ...

Get The C# Programmer’s Study Guide (MCSD): Exam: 70-483 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.