Click here to Skip to main content
15,949,809 members
Articles / Programming Languages / C#

Custom Serialization – Part 1

Rate me:
Please Sign up or sign in to vote.
1.87/5 (5 votes)
20 Feb 2008CPOL4 min read 39K   237   24  
Serialization and deserialization are important in software world. You should be able to save data from memory on to persistence storage for later retrieval, or you may want to share the data with another software/framework/system/platform.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Cognizant Technology Solutions
United States United States
Solution Architect working for Cognizant Technology Solutions.

Comments and Discussions