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

fix: Make KotlinSerializer.kt more robust #524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

geirsagberg
Copy link

Add handling of null, Void and Object

Brief, plain english overview of your changes here

We received errors when null values, Void values and plain Objects were attempted serialized/deserialized. These changes fix the errors for us.

Fixes

Reminders

  • Added/ran automated tests
  • Update README and/or examples
  • Ran mvn spotless:apply

cc @kagkarlsson

Copy link
Owner

@kagkarlsson kagkarlsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was probably a very naive implementation, thank you for fixing!

@kagkarlsson kagkarlsson changed the title Update KotlinSerializer.kt fix: Make KotlinSerializer.kt more robust Aug 2, 2024
Add handling of null, Void and Object
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