Hello! I’m getting this stacktrace when trying to ...
# serialization
t
Hello! I’m getting this stacktrace when trying to deserialize my model. It is in proto3 format, but has no
packed
fields and all fields in data class are nullable or provided with defaults. Any tips?
s
If you sure your input data is correct (you can try to check it here https://protogen.marcgravell.com/decode), then please create an issue with sample of your data model and input bytes
t
I got this a few times in JSON and it was usually because I was missing a ] or }.