William Reed
08/13/2021, 1:21 PMprivate long camera_id = 0;
when the field is absent in the JSON I get a
com.squareup.moshi.JsonDataException: Expected a long but was NULL at path $.camera_id
Do I need to make my own type adapter to handle this case? Trying to migrate my teams project from GSONWilliam Reed
08/13/2021, 1:21 PMAlex Nabrozidis
08/13/2021, 1:28 PMLong
Alex Nabrozidis
08/13/2021, 1:28 PMPaul Woitaschek
08/14/2021, 8:03 AM