the fromJson method in gson is identical to my int...
# announcements
t
the fromJson method in gson is identical to my interface:
Copy code
public <T> T fromJson(String json, Class<T> classOfT) {
}