I looked at the source code available in the official Restlet tutorial .
I am trying to get to the Restlet server using an Android application from a tutorial, and I only get a JSON response, not a Java object. I tried to use all libraries and extensions, nothing works. When I click on the tutorial URL ( http://restlet-example-serialization.appspot.com/contacts/123 ), I get the desired response. Any ideas? BTW, I just use the server (GAE) in the example, not the GWT interface.
source share