https://kotlinlang.org logo
f

frogman544

10/19/2017, 9:45 AM
Hi, I use retrofit to call an api and parse data from the response, and in the actual response I am missing an object that I have in the response data class. After the call, I get a null in the response object for the missing object that has a default value. Can anybody tell me if I use default values why i get null as response?