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

Support nullable serializers #243

Open
Chuckame opened this issue Jul 24, 2024 · 0 comments
Open

Support nullable serializers #243

Chuckame opened this issue Jul 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Chuckame
Copy link
Contributor

Chuckame commented Jul 24, 2024

Is your feature request related to a problem? Please describe.
Currently, it is not possible to handle a nullable type in AvroSerializer as the descriptor is not set-able to nullable. The final goal is to have a serialized nullable value, while a logical non null value.

Describe the solution you'd like
Just provide an abstract val supportNullable: Boolean to allow overriding it

@Chuckame Chuckame added the enhancement New feature or request label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant