GeekArticles
Microsoft
Microsoft.NETArticle :: Understanding C# Object Serialization and Object Graphs
Author: informit.com |
Published: 20th May 2008 |
Visited: 141 times |
Add CommentFiled in: Microsoft NETSerialization isn't complex or difficult! Learn some powerful mechanisms for controlling and fine-tuning serialization.
Read Article Sponsored Links
Related Articles
• Speeding Up Object Instantiation Object instantiation is important for Ajax since it increases the loading time of its functions. Developers have to work with objects most of the time since the objects should be able to determine the behavior of the functions as well as its performance.
However, the number of objects in an Ajax ap ...