Join Slack
Powered by
Are they serializing null or deserializing null? A...
# android
b
brianwernick
01/24/2017, 4:13 PM
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?
)
Open in Slack
Previous
Next