USCiLab/cereal

Can I read cereal output with Python?

yuxiang660 opened this issue · 2 comments

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?

I would use pybind11 (https://github.com/pybind/pybind11) to create Python bindings for a load function for your datatype. It's pretty neat.