In my embedded project I have to move(sync) data between two systems. The data structure is complex and hence need some quick utility.I guess i should convert my data to XML format and sync it using rsync ?
Boost is not going to be there on our embedded platform.
Could someone suggest lightweight yet efficient library to convert my data to XML ?
some search suggest
libs11n, Sweet Persist, Google Protocol Buffers
but don't know which would fit to my needs.