fromJsonElement

abstract fun fromJsonElement(json: JsonElement): Data

将JSON元素反序列化为数据对象

Return

反序列化后的数据对象

Since

Api 2

Parameters

json

需要反序列化的JsonElement