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,429
  • 5
  • 22
  • 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 Dipongkor
  • 9,710
  • 8
  • 47
  • 76
mihai.ciorobea
  • 743
  • 5
  • 12