Wednesday, 2 October 2013

C# Serialization

C# Serialization

Here is the C# File Handling Defination and Example. It is not provided by any Faculty of APTECH. This is uploaded by me after searching on Internet.


Serialization is a process of taking an object and converting into a form so that it can be transported across the network or can be persisted in the storage location. This storage location can be physical file, database or ASP.NET Cache. The form contains the state of the object so that by this format, we can construct the same object a later point in time, which is called Deserialization.

Some good uses for serialization/deserialization include: 
  1. Storing user preferences in an object.
  2. Maintaining security information across pages and applications.
  3. Modification of XML documents without using the DOM.
  4. Passing an object from on application to another.
  5. Passing an object from one domain to another.
  6. Passing an object through a firewall as an XML string. 

    Click Here to Download Serialization Program

0 comments:

Post a Comment

 
;