$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-11-24 10:41:11
Merrill Cornish wrote:
> It would be useful to Boost serialization users if there were a
> section in the serialization documentation titled, say,
> "Serialization Data Types" with a list such as
>
> * all built-in C++ data primitives
>
> * all STL containers
>
> * all Boost smart pointer types
>
> * boost::variant
>
> and any other Boost types that can be serialized (boost::any?
> boost::mutex? etc.) As it stands now, the serialization documentation
> mentions some, but the comments are scattered. The
> documentation is silent on other Boost-created data types.
>
> Merrill
The documentation inculdes this information under the section
reference/serializable concept/Models
Robert Ramey