|
-
December 17th, 2003, 01:23 PM
#1
serialization
Hello there,
I have a class that has some properties.
Behind thouse properies stand member variables of different types. Now I have the task to serialize them to a database.
By serializing I mean saving, and eventually restoring the data from the database. For database access I use ADO.
I imagine that inside the class I will have a function that will read all variables one by one, will prepare some string or binary data and will write it to a field in the database. Later similar function will reverse the process.
Before implementing that, however I would like to know if
there is somehting smarter, as I believe this is a standart task done many times before.
Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|