OK, this is what ended up working:
-keep class org.restlet.resource.* { *; }
-keep class org.restlet.engine.adapter.* { *; }It's likely that the class specification could be narrowed further with additional trial and error, but for me, the returns are diminishing. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2928769

