posted 8 years ago
All,
I am facing an issue with json serialization , please let me know if you have come across this.
Actual SOA requests contains below element in the request:
<lastName>,.?/ AAC??¼ÆÐæ</lastName>
when it reaches the Controller layer it becomes like this:
"lastName":",.?/ AAC??üÃÂÃÂæ" //some non-printable and ascii characters are getting appended.
Tech Stack -> Spring REST , Jackson
Regards,
Vijay