Description du projet

CSer is a library for C++ serialization, also
called 'persistence'. It allows developers to
write out a network of objects to a file, then,
later, recreate the network (including multiple
pointers to the same object) from that file.
Although there are other libraries that do this
(including MFC), CSer only does serialization, and
nothing else, and its only external dependency is
on the STL.

Évaluation
Votre évaluation
Votre avis sur ce projet