Hello, >However, I can't seem to figure out how to get this to work in a Java SE >Restlet project. Here are a few words about the converter service and the available converters: http://wiki.restlet.org/docs_2.0/13-restlet/360-restlet.html
>It looks like it is really easy to convert an object to >XML or JSON but I'm not finding the methods used. Are >those methods specific to the Android Restlet API? No, there is nothing specific. If you intend to use a converter, just add the module that provides this converter and its dependencies to the classpath of your project. As you seem to be enclined to use the XStream converter, just add the xstream extension to your project. Feel free to ask for more details! Best regards, Thierry Boileau ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2588997

