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

Serialize nullable nullable types (#465) #468

Closed
wants to merge 1 commit into from

Conversation

stefer
Copy link

@stefer stefer commented Jan 26, 2024

Attempt to detect nullable for any type.
I am not sure how this relates to IsRequired and I have not added deserialization tests.
Maybe tests should be added for all data types - I just added a few.

@stefer
Copy link
Author

stefer commented Jan 26, 2024

Hmm, yea, I could not run all unit tests locally (java references), so I missed these.
I also think my solution was rather naive - we should probably look into the changes that where made for fields and see why that introduced regression. I need some more time if I should dig deeper.

@aloneguid
Copy link
Owner

Hey, I appreciate your hard work on this, it really helped me out. I made the changes you suggested and pushed them to the new version.

@aloneguid aloneguid closed this Feb 2, 2024
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