Hi, I have noticed that we have multiple places where we serialize/deserialize data to/from a string.
Couple examples: - Filters strings in pxffilters.c. - Information about data fragments in hd_work_mgr.c, pxfuriparser.c. I was thinking to use some library(like protobuf-c or similar) instead of having plenty of boilerplate code. Any thoughts? Regards, Alex.
