Prabhu Raja
What is serialization?
Posted by Prabhu Raja in .Net | ASP.NET on Dec 25, 2011
0
Do you know the answer for this question? Post it below.
Guest

Serialization is the process of converting an object into a stream of bytes. Deserialization is the opposite process, i.e. creating an object from a stream of bytes. Serialization/Deserialization is mostly used to transport objects (e.g. during remoting), or to persist objects (e.g. to a file or database).

Posted by Prabhu Raja on Dec 25, 2011
Sponsored by

Become a Sponsor
PREMIUM SPONSORS
Sponsored by
Team Foundation Server Hosting
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.