Gson gson = new Gson(); String json = gson.toJson(myObject); Gson gson = new Gson(); MyObject myObject = gson.fromJson(json, MyObject.class);