serialization and deserialization

  • Thread starter Thread starter frazer
  • Start date Start date
F

frazer

hi

How do i serialize and deseriale data to and from datasets.

Do i have to use XmlSerializer?

thanx
 
Hi,

No, you can use the DataSet's WriteXml() and ReadXml() methods.
 

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