Hi all,

I have a custom class that has one property as a collection.
For some reason XmlSerializer doesnt like the class having a collection property and the Serialize Fails!

If I remove the collection property it works!
Is there a special way of getting the collection in the class to work?

Cheers in advance!