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
Use the latest version of Jackson and use ObjectReader and ObjectWriter instead of ObjectMapper
ObjectReader
ObjectWriter
ObjectMapper