Hello, I'm trying to learn how to convert a given object to an XML or JSON representation. I'm looking at the following tutorial: http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/303-restlet.html
However, I can't seem to figure out how to get this to work in a Java SE Restlet project. 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? I guess I'm kind of lost on the best way to convert objects to representations without doing all of the work myself... I see things like "ConverterService" or "JSONConverter" but I'm not sure how to use these... any examples or guidance would be very helpful. Thanks ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2588717

