GsonFactory null反序列化

时间:2011-10-27 09:40:17

标签: android null gson google-api-java-client

我正在使用google-http-java-client和GsonFactory作为json工厂。 我什么时候得到这样的JSON对象

{"to_latlnt" : null, "phone" : 77777777777}

GSON将to_latlng反序列化为空的非空对象(我可以调用他的setter和getter),但它必须为null。 我怎样才能做到这一点?

1 个答案:

答案 0 :(得分:1)

Google-http-java-client'库作者评论说: Null deserialization