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
The C++ serialization is implemented for most if not all objects that the user might want to save to disk.
However, these serialization methods are not accessible from the python interface. We need to add a way to make them generically accessible from python, or make it so that these objects are pickle-able in such a way that uses the C++ serialization on the back end.
The text was updated successfully, but these errors were encountered:
The C++ serialization is implemented for most if not all objects that the user might want to save to disk.
However, these serialization methods are not accessible from the python interface. We need to add a way to make them generically accessible from python, or make it so that these objects are pickle-able in such a way that uses the C++ serialization on the back end.
The text was updated successfully, but these errors were encountered: