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

[SERIALIZE] Make serialize uniform and usable #2027

Open
10 of 12 tasks
blythed opened this issue May 1, 2024 · 0 comments
Open
10 of 12 tasks

[SERIALIZE] Make serialize uniform and usable #2027

blythed opened this issue May 1, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@blythed
Copy link
Collaborator

blythed commented May 1, 2024

There are several ways in which serialization is not the same in several places:

  • Different between SQL & MongoDB (Schema vs inline).
  • Different between how users would "create" a serialized version from scratch _leaves.
  • The way queries are serialized isn't the same as other classes.

Serialization is also not "usable":

  • The nested dict isn't sustainable for users.
  • Separation of cls and module unnecessary.

This should be made symmetric and usable.

@blythed blythed added the story label May 1, 2024
@blythed blythed self-assigned this May 1, 2024
@blythed blythed added this to the 0.2.0 milestone May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant