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