Android GSON OBJET à JSON

Gson gson = new Gson();
String json = gson.toJson(myObj);
Blue Bat