Include GsonHttpMessageConverter in Spring MVC [SPR-11460] #16086
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Manish opened SPR-11460 and commented
I am working on a number of projects that use GSON for JSON serialization. However, in the web layer we are using Jackson 2 for similar purposes.
It will be good if the class
GsonHttpMessageConverter
from the Spring Android REST project were to be made available with Spring MVC core as then we would be able to avoid two different libraries in the same project.Other desirable features of GSON are:
{ }
Affects: 4.0 GA, 4.0.1, 4.0.2
Issue Links:
The text was updated successfully, but these errors were encountered: