Need help with serialization
Greetings
I need to save the state of an object to db.
As far as I know, the best way to do it is by serialization of the object. I can't use XML as the info I need is in private fields.
What kind of stream should I use?
How do I save and load a streat to/from a DB (I use MSDE = MSSQL)?
Regards
I M