XML class used to store or load information

  • Thread starter Thread starter Jeroen CEuppens
  • Start date Start date
J

Jeroen CEuppens

Do anybody know a tutorial about
XML class used to store or load information
I need to write a Node sequence into a file, in xml, so I can load that file
and have the node structure back....

Can anybody help me?
Thx
JC
 
You can use the XMLSerializer to easily serialize collections to XML and
deserialize them back into objects.


--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top