Is it possible to serialize and deserialize a class in C++?
I\'ve been using Java for 3 years now, and serialization / deserialization is fairly trivial in that lang
Sweet Persist is another one.
It is possible to serialize to and from streams in XML, JSON, Lua, and binary formats.