I was trying to figure out a way to write my classes to an XML file and was going about it the hard way by making the XML document explicitly. Well, after about a month's research, I found a far easier way to do it with the few examples on PSC and tons of reading on the MSDN site. With the wrapper class, it's got documentation on how to use it with ANY class you want, all you have to do is do a little casting and I've got examples to show you exactly how to do that.
File List:
Loader.cs
2Kb
clsClass.cs
1Kb
clsXmlSerializer.cs
3Kb
Similar code
Calculate Directory Size
(Popularity: ) : Calculates the size of a directory using recursion if required