Subject: Re: [Boost-users] Boost Serialize and derived classes
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-09-16 18:32:31


Look in the documentation of "export" and BOOST_CLASS_EXPORT

> In my code, however, I don't know exactly what the derived classes
> might be. The derived objects are created and passed back to my
> manager class through the base pointer.
>

Robert Ramey