G
Guest
Is it possible to store objects like HashTables in a database? How do I do
this?
The method I was thinking of is:
1. Serialize the HashTable.
2. Store the serialized data in XML.
3. To access the object, we deserialize the data and cast into HashTable.
Any suggestions to make this process more efficient would be appreciated.
Thanks
this?
The method I was thinking of is:
1. Serialize the HashTable.
2. Store the serialized data in XML.
3. To access the object, we deserialize the data and cast into HashTable.
Any suggestions to make this process more efficient would be appreciated.
Thanks