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

Drop [JsonConverter] from PartialDate #29

Merged
merged 1 commit into from
Nov 27, 2021
Merged

Drop [JsonConverter] from PartialDate #29

merged 1 commit into from
Nov 27, 2021

Conversation

Zastai
Copy link
Owner

@Zastai Zastai commented Nov 26, 2021

Otherwise, user (de)serialization of PartialDate objects will use our reader, effectively preventing serialization.

No other changes should be needed; PartialDate is a not a top-level type in the MB API, so its reader is used directly by the readers for containing types.

Fixes #28.

Otherwise, user (de)serialization of `PartialDate` objects will use
our reader, effectively preventing serialization.

No other changes should be needed; `PartialDate` is a not a top-level
type in the MB API, so its reader is used directly by the readers for
containing types.

Fixes #28.
@Zastai Zastai added the fix Changes to fix broken behaviour label Nov 27, 2021
@Zastai Zastai merged commit d043868 into main Nov 27, 2021
@Zastai Zastai deleted the issue-28 branch November 27, 2021 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Changes to fix broken behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot serialize back results to JSON with System.Text.Json
1 participant