Chris, I just found a link
http://s11n.net which is an open source
serialization framework for C++. It will work on UNIX, LINUX.. Windows
XP.
The reason we want to use a serialization framework is because the
serialization algorithms are complex as well as tedious. Why write your
own C++ serialization class when others have already done it for you.
Thank you.
Welcome to s11n.net!
Home of s11n: the serialization framework for C++
--------------------------------------------------------------------------------
s11n (an abbreviation for serialization) is an Open Source project
focused on the generic serialization of objects (i.e., object
persistence) in the C++ programming language.