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

Allow text deserialization on incorrect hint #131

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

nickbabcock
Copy link
Contributor

Continuation of the PR: #122

This is helpful to convey preference. Like an object may prefer for the deserializer to visit a numeric type, but in the advent that the value isn't numeric, we don't want to fail. Instead it should the downstream visitor implementation that triggers the failure, not the deserializer.

Continuation of the PR: #122

This is helpful to convey preference. Like an object may prefer for the
deserializer to visit a numeric type, but in the advent that the value
isn't numeric, we don't want to fail. Instead it should the downstream
visitor implementation that triggers the failure, not the deserializer.
@nickbabcock nickbabcock merged commit 5bc5a55 into master Nov 15, 2023
7 checks passed
@nickbabcock nickbabcock deleted the deser-hint branch November 15, 2023 12:19
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

Successfully merging this pull request may close these issues.

1 participant