$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Serialization Difference in Archive Versions
From: Marcel Raad (raad_at_[hidden])
Date: 2014-03-06 16:56:12
Lynn Gilbert <lynn <at>
roboticparadigmsystems.com> writes:
> What I need to know if if
> there is a way I can serialize in v1.53
based on boost archive version 9
> instead of 10. I'm hoping the new
version of boost will still allow me
> to serialize at an older version.
Unfortunately that's not yet possible:
http://www.boost.org/doc/libs/1_55_0/
libs/serialization/doc/
todo.html#backversioning
You can only deserialize data from newer
versions.