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?

link|improve this question

what do you mean by "not null"? – njzk2 Oct 27 '11 at 9:44
It's class name is com.jettaxi.api.LatLng and == with null is false – skayred Oct 27 '11 at 9:57
feedback

1 Answer

up vote 0 down vote accepted

Google-http-java-client' library author commented that: Null deserialization

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.