-
JSON
支持Gson、Jackson、JSON-B。
SpringBoot提供了组件spring-boot-starter-json
。注解,如下:
@JsonComponent
@JsonMixin
重要的类,如下:
JsonSerializer
JsonDeserializer
KeyDeserializer
JsonObjectSerializer
JsonObjectDeserializer
参考资料
- Customize the Jackson ObjectMapper
- JacksonHowToCustomSerializers
- GSON使用的学习笔记,入门篇
- GSON使用的学习笔记,进阶篇(一)
- GSON使用的学习笔记,进阶篇(二)
- GSON使用的学习笔记,进阶篇(三)