$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-12-30 12:13:29
As far as I know, no one has written serialization functions for any of the
asio classes
nor for boost::array.
This should be relatively straight forward however. For boost::array look
at the
code included for serialization of std::vector and/or for the array wrapper
class
in the HEAD.
Robert Ramey