Skip to content

Upgrade serialization code #60

@ekolis

Description

@ekolis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaSomething that requires some thought and planning before it can be implemented.technical debtCode that could be improved to improve maintainability.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions