[serialization] C alternative for boost serialization
Hi, We are heavily using boost serialization and verty happy with that. But we need to port some of our code to an embedded system where there is no c++ compiler available. Can anyone suggest an alternative C library for serialization? Thanks, Arash
Hi,
We are heavily using boost serialization and verty happy with that. But we need to port some of our code to an embedded system where there is no c++ compiler available. Can anyone suggest an alternative C library for serialization?
Thanks,
Arash
http://bit.ly/16rQOHT and click the first link.
On 13/03/13 10:36 AM, Júlio Hoffimann wrote:
http://bit.ly/16rQOHT and click the first link. Of course I know about them. I am looking for something which works similar to boost specifically in the way you utilize it in your code (non-schemas one). tpl is very near to what I want but it is still not supporting serialization through pointer.
You'll either need to adapt your code to what's available or write your own. Boost's license is very permissive, and you could probably take quite a bit of code from the serialization library and simply tweak it to compile in C. On 3/13/2013 11:13 AM, Arash Abghari wrote:
On 13/03/13 10:36 AM, Júlio Hoffimann wrote:
http://bit.ly/16rQOHT and click the first link. Of course I know about them. I am looking for something which works similar to boost specifically in the way you utilize it in your code (non-schemas one). tpl is very near to what I want but it is still not supporting serialization through pointer.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (3)
-
Arash Abghari
-
Júlio Hoffimann
-
Nathaniel J Fries