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 type-specific JSON marshaling #72

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

gffking
Copy link
Contributor

@gffking gffking commented Feb 3, 2025

Using NonNullJSONArray resulted in significant changes to the client code. Rather than taking a one-size-fits-all approach, this PR overrides the JSON marshaling for PatientUpdate specifically to control how the arrays are being marshaled to JSON. This should not require any changes on consumers of compared to the NonNullJSONArray approach.

@gffking gffking merged commit a4e1753 into main Feb 3, 2025
2 checks passed
@gffking gffking deleted the type-specific-marshaling branch February 3, 2025 22:29
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.

2 participants