I would like to know whether any tool is avialable to convert an XML file to classes. I dont want to miss out the child nodes which will get converted into child classes. Please help me out for the same
Thanks
I would like to know whether any tool is avialable to convert an XML file to classes. I dont want to miss out the child nodes which will get converted into child classes. Please help me out for the same
Thanks
As far as I know, if you have the XML string serialisation of an object you need to :
1. generate an XML Schema from the XML object
2. generate a .cs file from the XML Schema
"I dont want to miss out the child nodes which will get converted into child classes." -- It all depends on the XML Schema generated from the XML string.
You can try: