AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Serialization in .NET : Joydip Kanjilal

Sunday, September 14 2008

Serialization is the concept whereby an object is written into a linear stream of data. The .NET Framework provides an excellant support to serializing and deserializing objects. This article discusses Serialization, XML, SOAP and Binary with code examples. Serialization is a process of converting an object into a stream of data so that it can be is easily transmittable over the network or can be continued in a persistent storage location. This storage location can be a physical file, database or ASP.NET Cache. Serialization is the technology that enables an object to be converted into a linear stream of data that can be easily passed across process boundaries and machines. This stream of data needs to be in a format that can be understood by both ends of a communication channel so that the object can be serialized and reconstructed easily....

Read More:
Serialization in .NET : Joydip Kanjilal
Also See:
Post Data Programmatically with "Webscraping" : Eric Smith
Building a Custom Confirmation Dialog Box : Haissam Abdul Malak
Easily turn a ListView into a nicely printed report, complete with print preview : Phillip Piper
Rich Text Editor - Part II : Haissam Abdul Malak
Creating Custom Label Controls : Brian Mains

Post your comment

Comment