DTO

I searched for another encoder and found Google’s “GSON” project. I used it to encode the DTO “manually” (without Spring) into a String, sent it to the server and decoded the string there again via GSON (without Spring) into the original object. This time it worked as expected.

Taggings:

Subscribe to DTO