Boost logo

Boost Users :

Subject: Re: [Boost-users] [serialization] Support for Boost.Container?
From: Robert Ramey (ramey_at_[hidden])
Date: 2013-02-06 19:59:32


Jensen, Erik A wrote:
> I see that Boost.Serialization has support for serializing STL
> containers, such as std::vector. However, I can't seem to serialize a
> boost::container::vector. Do I need to do something special to get
> this to work, or is it not supported? I need guaranteed support for
> incomplete types, so I can't use an STL vector.
>
> If it is not supported, what is my best bet, for now? Are there any
> plans to do so?

My policy is:
a) I implemented serialization for all standard library containers and objects
b) for boost libraries, the respective authors are encouraged to implement
serialization for their own libraries.

> Using Boost.Serialization with Boost.Container is
> something I would expect to just work, and it seems like most of the
> STL code could be reused.

It likely could - if you implement this feel free to request that the person
responsible for Boost.Container add the facility to his library.

Robert Ramey

>
> Thanks.
>
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net