Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, February 07, 2012

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > C-Sharp > Tips & Tricks
Serialize and Deserialize objects as Xml using generic types in C# 2.0        
Total Hits: 107  |  Today: 0 Author: farzaneh ansary       Rating:  
Read Reviews | Write Review | Your Rating: 

This example uses a simple scenario to demonstrate how an instance of an object is created and serialized into a file stream and stored into database using the Serialize method.The XML stream is saved to a file, and the same file is then read back and reconstructed into a copy of the original object using the Deserialize method. Serialization is the process of converting the state of an object into a form that can be ersisted or transported. The complement of serialization is deserialization,which converts a stream into an object. Together, these processes allow data to be easily stored and transferred.

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net