Bonjour,

Je vous écris pour vous faire part de mon projet.

Il s'agit d'une bibliothèque C++ de sérialisation. La bibliothèque est déjà en version stable, et est disponible gratuitement en open source sur sourceforge ( http://sourceforge.net/projects/iotl/?source=directory ).

Voilà la description de la bibliothèque:

IOTL (Input/Output template library) enables to serialize data in a portable way that ensures full compatibility between different versions of your application.
IOTL is a free open-source C++ library made to serialize data for your application. IOTL further ensures backward- and forward-compatibility with any version of your application. Those points are at the core of the library:
- Any file written by IOTL on a certain device can be read on any other device, regardless of the compiler, CPU and platform.
- If your application gets an update and now read/write files in a new binary format (which should break backward compatibility with older versions of your application), IOTL will still manage to read older files, and the previous version of your application will still be able to read your new files.

La bibliothèque est entièrement documentée. La documentation est fournie dans le dossier "doc".

Si quelqu'un pourrait tester la bibliothèque, ou y jeter un coup d'oeil et me dire ce qu'il en pense . Merci ^^

Compile sous gcc/mingw avec l'option std=c++11.