Monday, March 26, 2012

Serializable

What does "DataSet is Serializable" mean?

Ronhttp://en.wikipedia.org/wiki/Serialization
It means that the DataSet can be persisted to some medium. A file is one
example.

You can save (serialize) the DataSet to a file. Then , some amount of time
later (after reboots, whatever) , you can come back and "reclaim" it from
the file.

Look up

WriteXml
ReadXml

methods under dataset.

<rn5a@.rediffmail.comwrote in message
news:1191813249.729920.67930@.v3g2000hsg.googlegrou ps.com...

Quote:

Originally Posted by

What does "DataSet is Serializable" mean?
>
Ron
>

0 comments:

Post a Comment