From: Robert Ramey (ramey_at_[hidden])
Date: 2008-09-02 14:20:55


If used according to the instructions in the manual, Boost serialization
will guarentee that new executables will be able to read archives
created by any previous version.

It cannot guarentee that old executables will be able to read
an archive whose definition is changed in the future.

Robert Ramey