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

Upgrade serialization code #60

Open
ekolis opened this issue Jan 4, 2021 · 0 comments
Open

Upgrade serialization code #60

ekolis opened this issue Jan 4, 2021 · 0 comments
Labels
idea Something that requires some thought and planning before it can be implemented. technical debt Code that could be improved to improve maintainability.
Milestone

Comments

@ekolis
Copy link
Owner

ekolis commented Jan 4, 2021

Describe what needs to be improved.

The serialization code in Nova is seriously out of date; a lot of classes seem to handle the task of their own serialization into XML. We could upgrade this to use another more automated method of serialization, such as System.Text.Json or the FrEee serializer.

Describe how this change could impact the quality of the code.

This could eliminate a lot of boilerplate code, which could be replaced with attributes directing the serializer to treat certain properties in certain ways.

@ekolis ekolis added idea Something that requires some thought and planning before it can be implemented. technical debt Code that could be improved to improve maintainability. labels Jan 4, 2021
@ekolis ekolis added this to the Future milestone Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Something that requires some thought and planning before it can be implemented. technical debt Code that could be improved to improve maintainability.
Projects
None yet
Development

No branches or pull requests

1 participant