0

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

Anjana
  • 1,447
  • 5
  • 23
  • 33

1 Answers1

1

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:

  1. This
Atish Kumar Dipongkor
  • 10,220
  • 9
  • 49
  • 77
mihai.ciorobea
  • 741
  • 5
  • 12