Design entities and deserialization

Posted by Sreenuksr under C# on 7/6/2017 | Points: 10 | Views : 1412 | Status : [Member] | Replies : 0
i have an xml and i need to create entities and fill entities based on below xml.
It is nothing but child inside child with same class name. please provide solution. thanks in adance.

<school>
<students>
<stundent>
<name>James</name>
<student>
<name>Jason</name>
<student>
<name>Daniel</name>
<student>
<name>Walsh</name>
</student>
</student>
</student>
</student>
</students>
</school>




Responses

(No response found.)

Login to post response