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
I found that it's impossible. And that's why:
ReflectionSchemaBuilder always pass null inside the RecordField instead of default value (line 466)
Doc property is always sets to empty string inside MemberSerializationInfo constructor
Is there any chance that it will be fixed?
The text was updated successfully, but these errors were encountered:
I've spent a lot of time trying to figure out how to add "default" or "doc" properties for any field from C# class into scheme. I do it like that:
AvroSerializer.Create<Class>().WriterSchema.ToString()
I found that it's impossible. And that's why:
ReflectionSchemaBuilder always pass null inside the RecordField instead of default value (line 466)
Doc property is always sets to empty string inside MemberSerializationInfo constructor
Is there any chance that it will be fixed?
The text was updated successfully, but these errors were encountered: