Serialize Data Structures in C

Check out tpl. From the overview:

Tpl is a library for serializing C
data. The data is stored in its
natural binary form. The API is small
and tries to stay “out of the way”.
Compared to using XML, tpl is faster
and easier to use in C programs. Tpl
can serialize many C data types,
including structures.

Leave a Comment