How to use XmlTextWriter to write a object into XML?

1shot

New Member
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!
 
Back
Top