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

Expose serialization in bindings #11

Closed
fjarri opened this issue Nov 29, 2020 · 1 comment · Fixed by #51
Closed

Expose serialization in bindings #11

fjarri opened this issue Nov 29, 2020 · 1 comment · Fixed by #51
Labels
API Related to public API enhancement New feature or request Python Related to Python bindings WASM Related to WASM bindings
Milestone

Comments

@fjarri
Copy link
Contributor

fjarri commented Nov 29, 2020

All public objects in Rust can already be (de)serialized using SerializableToArray trait. WASM and Python bindings need to have access to that functionality to interoperate.

@fjarri fjarri added WASM Related to WASM bindings Python Related to Python bindings API Related to public API labels Nov 29, 2020
@fjarri fjarri added the enhancement New feature or request label Nov 29, 2020
@fjarri
Copy link
Contributor Author

fjarri commented Dec 24, 2020

On a second thought: it is better to use protobuf to ensure portability. In that case, SerializableToArray can perhaps be removed completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Related to public API enhancement New feature or request Python Related to Python bindings WASM Related to WASM bindings
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant