From: Bill Lear (rael_at_[hidden])
Date: 2005-02-14 22:34:04


On Monday, February 14, 2005 at 17:41:36 (-0700) Dave Gomboc writes:
>I'd like to know what pitfalls there might be if one attempts to use
>boost::serialization for logging the internal state of certain objects to
>disk at various times during a program run.

Serialization is straightforward. There are costs of time and effort
involved, but no pitfalls beyond the obvious.

Bill