Changes

Jump to navigation Jump to search
41 bytes added ,  09:34, 10 February 2015
Line 6: Line 6:  
We don't currently maintain compel and it's quite out-dated, but still functional.
 
We don't currently maintain compel and it's quite out-dated, but still functional.
   −
== [https://github.com/xemul/criu/blob/master/pycriu/images/pb2dict.py pb2dict.py] ==
+
== Managing protocol buffers objects ==
A Python module to convert google protocol buffers to json and back.
+
We have [https://github.com/xemul/criu/blob/master/pycriu/images/pb2dict.py a Python module] to convert google protocol buffers to python objects and back.
    
Unlike other projects to convert pb to python dict or json, our pb2dict does treat optional fields with empty repeated inside properly. It includes special support for custom field options to mark those needed to be treated in a special way.
 
Unlike other projects to convert pb to python dict or json, our pb2dict does treat optional fields with empty repeated inside properly. It includes special support for custom field options to mark those needed to be treated in a special way.

Navigation menu