mirror of https://github.com/alibaba/fastjson2.git
单词拼写错误
This commit is contained in:
parent
365a6c4719
commit
a46564d08b
|
@ -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. 常见的类扩展升级映射
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 使用Mixin注入Anntation定制序列化和反序列化
|
||||
# 使用Mixin注入Annotation定制序列化和反序列化
|
||||
|
||||
当你需要定制化序列化一些LIB里面的类,你无法修改这些类的代码,你可以使用FASTJSON2的Minxin功能注入Annotation。
|
||||
|
||||
|
|
Loading…
Reference in New Issue