
18 Sep
2004
18 Sep
'04
8:54 p.m.
"Reece Dunn" wrote:
I am not overly familiar with the Serialization library, but IIUC, the archive objects use stream objects to perform the back-end I/O.
Serialization archive requires an object with std::stream like interafce, not descendant of std::stream. An archive can be designed which has a stream (or stream-like object) inside as member /Pavel