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

JSONSerilizable base class is hacky - needs improvement #9

Closed
thomasms opened this issue Mar 20, 2019 · 1 comment
Closed

JSONSerilizable base class is hacky - needs improvement #9

thomasms opened this issue Mar 20, 2019 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed no-issue-activity

Comments

@thomasms
Copy link
Member

For output objects, they extend the JSONSerializable class to allow all data to be (de)serialized to/from JSON easily. However, the code is for deserialization is not well implemented, since extending this for lists of types is difficult. Additionally, the code is slow when trying to parse JSON output data, (really slow compared to other json libraries).

This could be improved and refactored, if anyone is willing to attempt this.

@thomasms thomasms added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 20, 2019
@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed no-issue-activity
Projects
None yet
Development

No branches or pull requests

1 participant