Package | Description |
---|---|
cn.hutool.json.serialize |
JSON自定义序列化和反序列化接口和默认实现
|
Modifier and Type | Interface and Description |
---|---|
interface |
JSONArraySerializer<V>
JSON列表的序列化接口,用于将特定对象序列化为
JSONArray |
interface |
JSONObjectSerializer<V>
对象的序列化接口,用于将特定对象序列化为
JSONObject |
Modifier and Type | Class and Description |
---|---|
class |
TemporalAccessorSerializer
TemporalAccessor 的JSON自定义序列化实现 |
Modifier and Type | Method and Description |
---|---|
static JSONSerializer<? extends JSON,?> |
GlobalSerializeMapping.getSerializer(Type type)
获取自定义的序列化器,如果未定义返回
null |
Copyright © 2024. All rights reserved.