I have a C# class that I have inherited. I have successfully \"built\" the object. But I need to serialize the object to XML. Is there an easy way to do it?
It looks
Here is a good tutorial on how to do this
You should basically use System.Xml.Serialization.XmlSerializer class to do this.
System.Xml.Serialization.XmlSerializer