7 Feb
2007
7 Feb
'07
9:46 p.m.
It needs to be symmetrical. Meaning when you serialize a pointer use a
pointer for the deserialization.
Christian
On 2/7/07, Aljaz
Hello..
Do I have to use pointer when restoring derived class? For instance:
std::istringstream archive_stream( archive_data ); boost::archive::binary_iarchive archive( archive_stream ); client_request_base* base; archive & base;
Or can I do:
client_request_base base; archive & base;
Instead?
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users