Try this, it uses object instead of Type.. measurements : List<SomeOjbect> = gson.fromJson(text, object : TypeToken<List<SomeOjbect>> ...
確定! 回上一頁