add custom serialize support

This commit is contained in:
Looly
2019-09-03 22:39:50 +08:00
parent b9eaf280cd
commit caa8d6dea7
14 changed files with 415 additions and 50 deletions

View File

@@ -12,6 +12,7 @@
* 【core】 ArrayUtil增加distinct方法
* 【http】 去除log模块依赖Cookie中去除日志提示body方法传入JSON对象废弃未来移除json模块依赖
* 【extra】 添加MyNLP支持issue#519@Github
* 【json】 添加自定义序列化反序列化支持issue#I1052A@Gitee
### Bug修复