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

Derive serde's Serialize and Deserialize Traits where appropiate #46

Open
aberratic opened this issue May 10, 2022 · 0 comments
Open

Derive serde's Serialize and Deserialize Traits where appropiate #46

aberratic opened this issue May 10, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request Priority:Lowest The lowest priority. This issue should be done when other more important features has been done
Milestone

Comments

@aberratic
Copy link
Collaborator

As a Developer I might want to save e.g. the last size and position of a Surface therefore it would be nice to make our (public) data structures (e.g. the Extend type) serializable.
However implementation specific or private data structures must not be serializable as it would declare them as a public interface we have to maintain and support until the next major release.

@aberratic aberratic added documentation Improvements or additions to documentation enhancement New feature or request Priority:Medium This issue should be done in the near future if nothing more important is in the way. labels May 10, 2022
@exellian exellian added this to the Core Design milestone May 5, 2023
@exellian exellian added Priority:Lowest The lowest priority. This issue should be done when other more important features has been done and removed Priority:Medium This issue should be done in the near future if nothing more important is in the way. labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request Priority:Lowest The lowest priority. This issue should be done when other more important features has been done
Projects
Development

No branches or pull requests

2 participants