Anyone know if we have an example where the jsonrpc binding receives a message containing a complex type and a class hint. I have a sample where this doesn't work (error = "class hint not found"). I suspect it's because the JSONSerializer class doesn't have access to the classloader that loaded the contribution which contains the POJO from the service interface. Behind the scenes I imagine JSONSerlizer is just doing Class.forName(). It does work if the conversion relies on the class passed in from databinding on the interface contract.
Regards Simon
