Package | Description |
---|---|
cn.hutool.json |
JSON封装,基于json.org官方库改造
|
cn.hutool.json.serialize |
JSON自定义序列化和反序列化接口和默认实现
|
Modifier and Type | Method and Description |
---|---|
static void |
JSONUtil.putDeserializer(Type type,
JSONDeserializer<?> deserializer)
加入自定义的反序列化器
|
Modifier and Type | Class and Description |
---|---|
class |
TemporalAccessorSerializer
TemporalAccessor 的JSON自定义序列化实现 |
Modifier and Type | Method and Description |
---|---|
static JSONDeserializer<?> |
GlobalSerializeMapping.getDeserializer(Type type)
获取自定义的反序列化器,如果未定义返回
null |
Modifier and Type | Method and Description |
---|---|
static void |
GlobalSerializeMapping.put(Type type,
JSONDeserializer<?> deserializer)
加入自定义的反序列化器
|
Copyright © 2024. All rights reserved.