Dear all,

After read the "Optimizations" section of Boost.Serialization docs ( http://www.boost.org/doc/libs/1_47_0/libs/serialization/doc/special.html#optimizations ), i get confused about the need to include/use array.hpp header with std::vector<>. I just need to include <boost/serialization/vector.hpp> and all is done, correct?

Furthermore, i'm wondering if there is some header to include for serialize boost::multi_array<> class without doing myself the overload of the "array wrapper" and serialization member functions.

Thanks in advance,
Júlio.