I
IMS.Rushikesh
Hi All,
I want to serialize an object which contain the DataTable. As DataSet
is MarshalByRef object and is serializable. I am using it directly.
Even my data is also serialize and save it to XML file.
Now as DataSet serialize, it's creating some extra information (schema
information), And i don't need that. I only want to store the data in
XML format. I don't want to store extra details like namespace etc...
As it's increase XML file size.
Inshort, I want XML string of a DdataSet excluding other data like
type, namespace etc....
One thing is clear that this DataSet is a part of my object. So I can't
use DataSet.GetXML() function.
Thanks
Rushi
I want to serialize an object which contain the DataTable. As DataSet
is MarshalByRef object and is serializable. I am using it directly.
Even my data is also serialize and save it to XML file.
Now as DataSet serialize, it's creating some extra information (schema
information), And i don't need that. I only want to store the data in
XML format. I don't want to store extra details like namespace etc...
As it's increase XML file size.
Inshort, I want XML string of a DdataSet excluding other data like
type, namespace etc....
One thing is clear that this DataSet is a part of my object. So I can't
use DataSet.GetXML() function.
Thanks
Rushi