Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
please comment about XML serialization.
Posted
Updated 20-May-14 19:53pm
v3
Comments
DamithSL 13-May-14 1:12am    
Re post http://www.codeproject.com/Questions/771792/How-to-deserialize-the-following-xml-in-Vb-net
Peter Leow 21-May-14 1:59am    
No comment.

You will need to create a Serializable class that represents this XML format and then use XMLSerializer class and its methods to get the object.

You can use XSD.exe to create class that will represent this XML.
 
Share this answer
 
Comments
dan!sh 13-May-14 1:38am    
Take a look at MSDN. No one will do your work for you. Not for free at least.
Start here: Introducing XML Serialization[^] and follow the links on your left ;)
 
Share this answer
 
Comments
[no name] 24-May-14 20:46pm    
No, just a link is not enough, so I will vote only 5!
Maciej Los 25-May-14 4:24am    
Thank you, Bruno ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900