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

Remove dependencies to Newtonsoft.Json #25

Open
ckuetbach opened this issue Jul 4, 2022 · 0 comments
Open

Remove dependencies to Newtonsoft.Json #25

ckuetbach opened this issue Jul 4, 2022 · 0 comments

Comments

@ckuetbach
Copy link
Member

There are some dependencies to newtwonsoft.json, which can easily be removed.

Also there are some newtonsoft.json features used, which can be confusing. "ShouldServializeXYZ" to remove serializing property "XYZ" for instance, is confusing if there is a derived subclass, because a member may be not serialized, even if there is data within that property, because of this feature in the base-class.

The removing of this feature may result in a changed serialization behavior. "_links" and "_embedded" Resources may be serialized even if no data is present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant