From: Ricardo Mayerhofer (maillistricardo_at_[hidden])
Date: 2008-01-04 18:07:29


Hi all,
    I'm trying to find a way to use Boost serialization with
polymorphism but wasn't able to make it so far. E.g. I have an abstract
class named ILog and two classes that inherits from it. Now I have a
vector of ILog. How do I serialize this vector?

Thanks.

Ricardo