Arjun Panwar
Explain the process of Serialization?
Posted by Arjun Panwar in .Net | ASP.NET on Nov 08, 2012
  • 0
  • 1
  • 691
Do you know the answer for this question? Post it below.
Guest
Posted by kumar Kashyap Pandey on Mar 31, 2013
  • 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


SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.