Are they serializing null or deserializing null? A...
# android
b
Are they serializing null or deserializing null? AFAIK the most common JSON parsers (GSON, Jackson, LoganSquare, etc.) don’t handle nullability very well and most require you to specify the field is nullable (e.g.
String?
)