Boost Serialization Library upgrade

Posted by Konstantin on Stack Overflow See other posts from Stack Overflow or by Konstantin
Published on 2010-06-09T08:51:38Z Indexed on 2010/06/09 8:52 UTC
Read the original article Hit count: 188

Filed under:
|
|

Hello!

How do I know that I can safely upgrade Boost Serialization Library on a production system without breaking compatibility with the existing data ? Is there any test that I should perform in order to be sure that all data stored in the binary format by previous version of the library will be successfully read by the new one ? Does Boost Serialization library itself guarantee some sort of compatibility between versions ?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost