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

Model Serializer #11

Open
eman1986 opened this issue Nov 25, 2024 · 0 comments
Open

Model Serializer #11

eman1986 opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@eman1986
Copy link
Contributor

In the past, a basic interface was provided to allow the developer to make their own model. Version 2, I'd like to get away from that and instead have a model class that'll help with serialization.

With the power of attributes, the developer can define their model properties and simply inherit a base class that'll handle the grunt work of serialization for them.

This should make it easier on the developer to create a model without having to handle the complexities of serialization.

@eman1986 eman1986 added the enhancement New feature or request label Nov 25, 2024
@eman1986 eman1986 added this to the 2.0 milestone Nov 25, 2024
@eman1986 eman1986 self-assigned this Nov 25, 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