GeekArticles
Microsoft
C#Custom Serialization ? Part 1
Author: codeproject.com |
Published: 22nd Feb 2008 |
Visited: 60 times |
Add CommentFiled in: CSharpSerialization and deserialization are important in software world. You should be able to save the data from the memory on to persistence storage for later retrieval or you may want to share the data to another software/framework/system/platform.
Read Article Sponsored Links
Related Articles