10 Oct
2006
10 Oct
'06
4:20 p.m.
tankbattle wrote:
I'm using boost::serialization now and, indeed, it is very powerful, especially in type identification and object tracking, which make me very convenient. However, I think the lack of construction-time deserialization a pitfall.
the serialization library includes everything necessary to handle classes without default constructors. see the documentation boost/serialization/reference/serialization concept/pointers/Non-default constructors also see the test file test_non_default constructor. Robert Ramey