User user= gson.fromJson(jsonInString, User.class); // where jsonInString is your json {"userId":"1","userName":"Yasir"}