datajoint-python
datajoint-python copied to clipboard
allowing pickle serialization?
trafficstars
Is there a plan to allow for pickle serialization?
I have an implementation here: https://github.com/gucky92/datajoint-python/commit/c85f8ec754694f2901495419e759b91a28704799
I simply added pickle dumps and loads, and used the existing infrastructure for byte serialization. In the config, one can set 'enable_python_pickle_blobs' to True to enable pickle serialization.