I’m using google-http-java-client and GsonFactory as json factory.
WHen I get JSON object like this
{"to_latlnt" : null, "phone" : 77777777777}
GSON deserialize to_latlng as empty not-null object (I can call his setter and getters), but it must be null.
How can I make it to do this?
Google-http-java-client’ library author commented that:
Null deserialization