GeekArticles
Microsoft
C#Serialization Example
Author: codeproject.com |
Published: 9th Jan 2008 |
Visited: 35 times |
Add CommentFiled in: CSharpAn example of creating a file serialization utility and how to serialize a collection
Read Article Sponsored Links
Related Articles
• Custom Serialization ? Part 1 Serialization 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/platfo ...
• ICallback & JSON Based JavaScript Serialization In this article, Muhammad examines how to accomplish JavaScript Serialization using ICallback and JSON. He begins with a basic introduction to ICallback, ICallbackEventHandler interface, and JSON. He then delves deep into the implementation of both server and client side ICallback with the help of a ...
• ICallback & JSON based Javascript Serialization Callback is lightweight technique used to call server side methods asynchronously from javascript without any postback and reloading/rendering of unnecessary parts of page and unnecessary co ...