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.
 
Back
Top