Class | Description |
---|---|
GsonHttpMessageConverter |
Implementation of
HttpMessageConverter
that can read and write JSON using the
Google Gson library's
Gson class. |
MappingJackson2HttpMessageConverter |
Implementation of
HttpMessageConverter
that can read and write JSON using Jackson 2.x's ObjectMapper . |