1
Reply

Explain the process of Serialization?

Arjun Panwar

Arjun Panwar

Nov 08, 2012
2.2k
0

    Definition: Serialization is the process of making any instance to be transportable on the different application, domain, firewall and network. Types: 3 types Binary serialization: It works in homogeneous environment like remoting. It is light and compact. Soap Serialization: It works in heterogeneous (same as well as diffrent) environment like in Web Services. XML Serialization: This is also called custom serialization. Class attribute : [Serializable] Namespace: System.Runtime.Serialization

    kumar Kashyap Pandey
    March 31, 2013
    0