IOTL 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 and the 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.
Downloads:
0 This Week