M
moondaddy
I'm having trouble finding a code example to do the following:
Serialize a dataset into a variable
Deserialize this serialized variable.
All code examples I've seen are writing data to files assuming that everyone
wants to persist the data in a file. I want to skip the saving to file
process and simple hold the serialized data in a variable that can be passed
to a web service. Likewise, I'll want to do the reverse process with out
any reference to a file.
Here's an MSDN article which serializes a dataset using a file:
http://msdn.microsoft.com/library/d...xampleofxmlserializationwithxmlserializer.asp
Can someone help me here?
Serialize a dataset into a variable
Deserialize this serialized variable.
All code examples I've seen are writing data to files assuming that everyone
wants to persist the data in a file. I want to skip the saving to file
process and simple hold the serialized data in a variable that can be passed
to a web service. Likewise, I'll want to do the reverse process with out
any reference to a file.
Here's an MSDN article which serializes a dataset using a file:
http://msdn.microsoft.com/library/d...xampleofxmlserializationwithxmlserializer.asp
Can someone help me here?