Tricky issue on jackson serialization/deserialization
Just few days ago I was implementing small feature on one of our minor projects . The idea process some data on user interface pass it to backend and send it further to third party service. So on UI we have code like this $.post( "/backendService", JSON.stringify(idList); ); Obviously idList contains plain long type id values e.g. 54396 [...]
Andriy Andrunevchyn