https://kotlinlang.org logo
t

tipsy

05/06/2018, 5:03 PM
the fromJson method in gson is identical to my interface:
Copy code
public <T> T fromJson(String json, Class<T> classOfT) {
}