I have a method that it's signature is this:
public Map<Integer, String> getCandidatesOptedOutList()

but when I want to get the map from my clientResource it gives me a 

WARNING: Unable to find a converter for this representation :
[application/x-java-serialized-object]

and so the result is null

map is implemented by HashMap which is serializable and Integer and String
both are serializable too.
I don't know what's the problem.


--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/WARNING-Unable-to-find-a-converter-for-this-representation-application-x-java-serialized-object-tp6179213p6179213.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2712017

Reply via email to