datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

allowing pickle serialization?

Open neuralsignal opened this issue 5 years ago • 0 comments
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.

neuralsignal avatar Dec 12 '19 06:12 neuralsignal