Serialization Prototype
I prototyped a simple C++ serialization method. Check it out:
http://venzon.net/content/dev/prototyping/joe_serialization.cpp
Update: I cleaned up the code a bit and added support for STL lists. Here’s the updated code:
http://venzon.net/content/dev/prototyping/joe-serialization2.cpp