可序列化类型。
void fromJson(string json)
从json字符串中,反序列化得到数据。
json
string toJson()
将当前数据序列化得到json字符串。
返回值: json字符串。