0
Reply

Need help with serialization

itaym02

itaym02

Oct 19 2004 11:08 AM
1.9k
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