SpringBoot文档之JSON的阅读笔记

  • Reference

  • Core Features

  • JSON
    支持Gson、Jackson、JSON-B。
    SpringBoot提供了组件spring-boot-starter-json

    注解,如下:

    • @JsonComponent
    • @JsonMixin

    重要的类,如下:

    • JsonSerializer
    • JsonDeserializer
    • KeyDeserializer
    • JsonObjectSerializer
    • JsonObjectDeserializer

参考资料

posted @ 2024-08-25 15:12  jackieathome  阅读(9)  评论(0编辑  收藏  举报