| 程序包 | 说明 |
|---|---|
| com.mzlion.core.json.fastjson | |
| com.mzlion.core.json.gson |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
JsonUtil.fromJson(String json,
TypeRef<T> typeRef)
将复杂的json字符串转为Java对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
JsonUtil.fromJson(String json,
TypeRef<T> typeRef)
将Json字符串转为对象
|
Copyright © 2017. All rights reserved.