From: Robert Ramey (ramey_at_[hidden])
Date: 2007-10-05 11:38:59


a) I don't see a serialize function for Action. Until this exists, it's not
a serializble type. Hence it will not compile.
b) The following is not symetrical and this is almost always a programmer
error

> oa << BOOST_SERIALIZATION_NVP(this);
...
> ia >> BOOST_SERIALIZATION_NVP(*this);

Robert Ramey