15 Feb
2005
15 Feb
'05
3:34 a.m.
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