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

Use System.Text.Json for JSON serialization/deserialization #12

Open
wazzamatazz opened this issue Jun 9, 2021 · 0 comments
Open

Use System.Text.Json for JSON serialization/deserialization #12

wazzamatazz opened this issue Jun 9, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@wazzamatazz
Copy link
Contributor

At the moment, the Data Core HTTP client (and derived types) use Microsoft.AspNet.WebApi.Client and Newtonsoft.Json to send and receive JSON payloads in calls to the Industrial App Store and Data Core APIs.

Removing the dependency on the legacy Web API client libraries and Newtonsoft, and adding in JSON serializer support from System.Text.Json would give performance and future-proofing benefits.

@wazzamatazz wazzamatazz added the enhancement New feature or request label Jun 9, 2021
@wazzamatazz wazzamatazz added this to the 2.0.0 milestone Jun 10, 2021
@wazzamatazz wazzamatazz modified the milestones: 2.0.0, 3.0.0 Apr 1, 2022
@wazzamatazz wazzamatazz modified the milestones: 3.0.0, Future Dec 20, 2022
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