泛型

inline fun <reified T: Any> Gson.fromJson(json): T = this.fromJson(json, T::class.java)

使用上面的函数时需要下载Gson包。

results matching ""

    No results matching ""