Fernando,
Thank you for the quick response. I am already using similar code to deserialize/serialize my objects. I forgot to illustrate that. I use a generic class, that I made (feel free to copy), to encapsulate the serialization code. See below:
Code:
<Serializable()> _ Public MustInherit Class XMLSerializable(Of T)
Leave a comment: