9 Jun
2005
9 Jun
'05
4:15 p.m.
Yan Zhang wrote:
It strikes me that you can serialize the object and the address to it and then deserialize the object and the address which now points to the deserialized object. I used MFC serialization and I remembered that you cannot do it. Do I misunderstand something here?
Yan
In boost::serialization this is perfectly possible. It is in many ways much more powerful than MFC serialization. IIRC in MFC serialization you can only serialize pointers to CObjects or derived classes. Best Regards, Martin