$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Serialising templates with smart pointers....
From: Stanislav Ivochkin (isn_at_[hidden])
Date: 2013-08-16 03:09:35
2013/8/7 Marcus MacWilliam <marcus.macwilliam_at_[hidden]>
> I think my question is how do I add a serialize method to an
> interface class, which will invoke the serialize method on the
> derived sub-class.
>
Try to check the related topic in documentation -
http://www.boost.org/doc/libs/1_54_0/libs/serialization/doc/serialization.html#derivedpointers
-- Regards, Stas.