Skip to content

Latest commit

 

History

History

json-fastjson

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

fastjson 序列化模块

使用 fastjson 实现 序列化核心模块

相比较 moshi序列化 而言,fastJson应该是大部分人更加熟悉的json序列化库。 fastjson本质上并不存在提前预设类型解析器,相对而言会更加灵活,因此在json序列化模块下的实现出错率也会更低一些。