GSON à la classe

Staff staff = gson.fromJson(new FileReader("C:\\projects\\staff.json"), Staff.class);
Zwazel