Can I read cereal output with Python?
yuxiang660 opened this issue · 2 comments
yuxiang660 commented
Is there a way to read the cereal output (binary/XML/JSON) with Python?
I would like to process the data from cereal in Python. Is there any convenient way?
redchairman commented
您的邮件我已收到,谢谢合作!
patrikhuber commented
I would use pybind11 (https://github.com/pybind/pybind11) to create Python bindings for a load function for your datatype. It's pretty neat.