Date parsed: 07/10/2007 19:57:16
Date: Sun, 7 Oct 2007 23:57:16 -0400
http://en.wikipedia.org/wiki/SerializationIt 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.com> wrote in message
news:1191813249.729920.67930@v3g2000hsg.googlegroups.com...
> What does "DataSet is Serializable" mean?
>
> Ron
>