I have a class like
public class Data{ int integer_value = 0; }
Then I got json from server {"integer_value":null}<
{"integer_value":null}