You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 itThe text was updated successfully, but these errors were encountered: