June 2017
Intermediate to advanced
495 pages
9h 43m
English
© 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
Ali Asad1 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:
Serializations and Deserialization
Binary Serialization
XML Serialization
JSON Serialization
Custom Serialization
Serialization and Deserialization are the processes of serializing and deserializing data. C# provides different techniques to perform these processes. ...
Read now
Unlock full access