单词拼写错误

This commit is contained in:
火烈鸟 2022-12-28 21:54:22 +08:00 committed by 温绍锦
parent 365a6c4719
commit a46564d08b
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ FASTJSON v2中有比较完善的扩展机制如下
* Annotation介绍 [https://alibaba.github.io/fastjson2/annotations_cn](https://alibaba.github.io/fastjson2/annotations_cn)
* Annotation注入介绍 [https://alibaba.github.io/fastjson2/mixin_cn](https://alibaba.github.io/fastjson2/mixin_cn)
* Feature介绍 [https://alibaba.github.io/fastjson2/features_cn](https://alibaba.github.io/fastjson2/features_cn)
* 使用Mixin注入Anntation定制序列化和反序列化 [https://alibaba.github.io/fastjson2/mixin_cn](https://alibaba.github.io/fastjson2/mixin_cn)
* 使用Mixin注入Annotation定制序列化和反序列化 [https://alibaba.github.io/fastjson2/mixin_cn](https://alibaba.github.io/fastjson2/mixin_cn)
* 实现ObjectWriter和ObjectReader实现定制序列化和反序列化 [https://alibaba.github.io/fastjson2/register_custom_reader_writer_cn](https://alibaba.github.io/fastjson2/register_custom_reader_writer_cn)
## 4.3. 常见的类扩展升级映射

View File

@ -1,4 +1,4 @@
# 使用Mixin注入Anntation定制序列化和反序列化
# 使用Mixin注入Annotation定制序列化和反序列化
当你需要定制化序列化一些LIB里面的类你无法修改这些类的代码你可以使用FASTJSON2的Minxin功能注入Annotation。