CTE Solutions
 Search
Wednesday, December 03, 2008 ..:: Community Forum ::.. Register  Login
 Community Forum Minimize
     
  .NET Development  MCTS 70-536 Study Group  Chapter 5 - Serialization sample source code  

 Chapter 5 - Serialization sample source code 
 
Graham Ross
1 posts
www.rossconsulting.ca
Chapter 5 - Serialization sample source code
Posted: 27 Feb 07 11:13 AM (United States)
 
Attached is a zip file that contains the source code for the samples demonstrating serialization and delegates. The main startup form is Form1.cs, the buttons at the top of this form will load the SerializationTest.cs form and setup a callback function that will be call when the user click either Serializr or Deserialize. The event argument contains an enum that indicates the type of serialization the user requested. The callback functions implements one of the serialization types, either Binary, XML, SOAP or Custom. The ShoppingCartItem is a class that is used for serialization under the class serialization test, it also supports the OnDeserialized callback.
Graham Ross, Ross Consulting. 613 769 1331
Serialization.zip 
Orest
13 posts
Re: Chapter 5 - Serialization sample source code
Posted: 27 Feb 07 11:26 AM (N/A)
 
Many thanks for yesterday's presentation on serialization. The solution you built is an excellent illustration of serialization in action and I’m looking forward to working my way through the code asap. Orest
Flip
72 posts
Re: Chapter 5 - Serialization sample source code
Posted: 27 Feb 07 11:38 AM (Canada)
 
Thanks Graham! I'm playing with it right now. Very cool and nice work.
 
   .NET Development  MCTS 70-536 Study Group  Chapter 5 - Serialization sample source code
 
 
   

Search   

Copyright 2008 Ottawa .NET Community   Terms Of Use  Privacy Statement
Portal engine source code is copyright 2002-2008 by DotNetNuke. All Rights Reserved