Type type = new TypeToken<Result>() { }.getType();. 1; 2. Then use Gson to resolve objects: gson.fromJson(json, type);. 1. In Kotlin in:
確定! 回上一頁