4 Jan
2008
4 Jan
'08
11:07 p.m.
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