Serialization

TwitterFacebook
Get flash to fully experience Pearltrees
First off, my apologies for not posting the second part earlier. I have had a lot to do in the past Months… Part II of the article will show how a SerializationSurrogate works and explore wheter we can use it for generic de-serialization of DependencyProperties .

DependencyProperty Serialization Part II: ISerializationSurrogate, Reflection Magic and a strange Exception | emphess .NET

http://www.emphess.net/2009/03/04/dependencyproperty-serialization-part-ii/
Jeffrey Richter

While storing information in memory is great, there comes a time your users will have to shut your application down. http://tech.pro/tutorial/618/csharp-tutorial-serialize-objects-to-a-file

C# Tutorial - Serialize Objects to a File

C# Tutorial - XML Serialization

http://tech.pro/tutorial/798/csharp-tutorial-xml-serialization A long while ago we posted a tutorial on how to serialize objects to a binary file . While this is very useful, unfortunately the resulting file is not very human readable.