Stepping deeper in the code what happens to the wrapped request sent to Zendesk
:
ClientInvocationHandler creates the requestEntity using this call :
requestEntity = getClientResource().toRepresentation(args[i], null);
So it passes in NULL as Variant.
A bit further down the line, in the ConverterService, this piece of code :
ConverterHelper ch = ConverterUtils.getBestHelper(source, target,
resource);
Then decides that the org.restlet.ext.gwt.GwtConverter is the converter I need.
But I annotated the wrapped proxy as JSON in and out !!??
Any help appreciated !
K.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2892148