inline fun <reified T: Any> Gson.fromJson(json): T = this.fromJson(json, T::class.java)
使用上面的函数时需要下载Gson包。