How do I correctly reuse Jackson ObjectMapper?

前端 未结 4 469
耶瑟儿~
耶瑟儿~ 2021-02-01 12:10

I am happy with how the ObjectMapper works and general use within my application. What I would like to understand is the best way to implement the ObjectMapper to ensure it is r

4条回答
  •  感情败类
    2021-02-01 12:33

    Use the latest version of Jackson and use ObjectReader and ObjectWriter instead of ObjectMapper

提交回复
热议问题