$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [multi_array][serialization]
From: er (erwann.rogard_at_[hidden])
Date: 2009-11-15 13:02:32
If some generous soul would care to share some insight on this one, I
have put the code here together with an example :
https://svn.boost.org/svn/boost/sandbox/statistics/detail/multi_array/
As far as I can tell, as per the doc, load/save/serialize overloads are
the proper set up for non-intrusive serialization. Although load and
save compile individually, the overload of the free function serialize
is "bypassed" by the compiler i.e. it "looks" for serializable member
variables.