Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python serialization interface #33

Open
austinschneider opened this issue Sep 21, 2023 · 0 comments
Open

Python serialization interface #33

austinschneider opened this issue Sep 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@austinschneider
Copy link
Collaborator

austinschneider commented Sep 21, 2023

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.

@austinschneider austinschneider added the enhancement New feature or request label Sep 21, 2023
@austinschneider austinschneider changed the title Public serialization interface Python serialization interface Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant