SpringBoot文档之JSON的阅读笔记
-
JSON
支持Gson、Jackson、JSON-B。
SpringBoot提供了组件spring-boot-starter-json
。注解,如下:
@JsonComponent
@JsonMixin
重要的类,如下:
JsonSerializer
JsonDeserializer
KeyDeserializer
JsonObjectSerializer
JsonObjectDeserializer
参考资料
本文来自博客园,作者:jackieathome,转载请注明原文链接:https://www.cnblogs.com/jackieathome/p/18378983