2
votes
How do I write objects for easy XML Serialization in VB.NET?
Use the System.Xml and System.Xml.Serialization namespaces. They describe classes that you can use to annotate your classes' members with the corresponding tag.
For example (in C#):
…
