I generated a Class with a XML Schema (.xsd) using the Visual Studio xsd tool. Now I have the class and I want to output that object back into XML as defined by my xsd. I am wondering how to do that.
Thank you!
I generated a Class with a XML Schema (.xsd) using the Visual Studio xsd
Share
You need an
XmlSerializerto take care of serializing your class: