I think it is possible to create classes in visual studio using XMLs but i don't know how to do that/ Can anyone please help me?
Asked
Active
Viewed 48 times
0
-
Look into [Serializable](http://stackoverflow.com/questions/5877808/what-is-serializable-and-when-should-i-use-it) – Sumner Evans Sep 20 '16 at 04:41
1 Answers
3
Here are the steps.
- Copy XML
- Open Visual Studio
- Create a new Class
- Go to Edit Menu
- Select 'Paste Special > paste XML as classes.

Kosala W
- 2,133
- 1
- 15
- 20
-
Thanks. It is working good and sorry can't up vote as i don't have required reputation. – ManishKumar Sep 20 '16 at 05:44