I had a problem like this and resolved it by adding:
Engine.getInstance().getRegisteredConverters().add(0, new
JacksonConverter());
to my Android code before I constructed my client resource

My code is just a little tweak on the documented version at:
http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/266-restlet.html

Good luck!
RB

--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Restlet-Unsupported-media-type-tp7564930p7566612.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

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

Reply via email to