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

Add serde support #186

Open
theotherphil opened this issue May 27, 2017 · 1 comment
Open

Add serde support #186

theotherphil opened this issue May 27, 2017 · 1 comment

Comments

@theotherphil
Copy link
Contributor

theotherphil commented May 27, 2017

ndarray has optional serde support, so hopefully we can just copy what they do.

@Andlon
Copy link
Collaborator

Andlon commented Jun 3, 2017

I think this is probably a good idea - however, would this mean that only rulinalg can read and write these serialized matrices? Perhaps then it's better to use a more standardized format (such as Matrix Market) and have individual functions for these, rather than using serde?

EDIT: It's probably a good idea in any case, because if a user has a type which contains a rulinalg matrix, the user would be able to automatically derive serde's Serialize/Deserialize, which may be convenient in many cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants