gson ke kelas

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