public class Jsons extends Object
| 构造器和说明 |
|---|
Jsons() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
deserialize(String json,
Class<? extends T> type) |
static <T> T |
deserialize(String json,
Type type) |
static <T> T |
deserialize(String json,
TypeRef<T> type) |
static JsonSerializer |
getJsonSerializer() |
static String |
serialize(Object value) |
@Nullable public static JsonSerializer getJsonSerializer()
Copyright © 2024 fossc. All rights reserved.