Languages Visual Basic & VB.NET .Net Files  

XML Serializer Wrapper

download download  
important code information
author:
Talon McCormick
minimum requirements:
XML Serializer Wrapper description

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.cs2Kb
clsClass.cs1Kb
clsXmlSerializer.cs3Kb

Similar code
Calculate Directory Size (Popularity: ) : Calculates the size of a directory using recursion if required
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 6
version
size in Kb 3
popularity   532/7913374
user rating 4/10
ad


New Code
Popular Code