You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could specify a custom encoder (and decoder) for types that will need extra deserialisation – e.g., sets, enums or sparse matrices – or even project-specific types
The text was updated successfully, but these errors were encountered:
I would also like to see this possibility. I suggest (#612) using a method on Database so it can be easily subclassed. Another option would be to pass in callables to Database() for json serialization and deserialization.
It would be nice if we could specify a custom encoder (and decoder) for types that will need extra deserialisation – e.g., sets, enums or sparse matrices – or even project-specific types
The text was updated successfully, but these errors were encountered: