Thanks Thierry! Got a follow up question now though. I was looking at documentation at http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/299-restlet.html, trying to figure out how to ensure that my protobuf based converter/representation is used by my Client/ServerResource classes. However, am a bit confused by the example there on that wiki page - neither the client nor the server code makes any references to Jackson - how does restlet know to use the Jackson implementation? Or, what I'm more interested in is, how do I do the equivalent for my protobuf implementation?
Ishaaq > Hello Ishaaq, > > this maven artefact is actually the google protobuf library. It is used by > the sdc extension. > If you want to implement an extension that provides conversion to and from > protobuf protocol, you can have a look at the jackson extension. You should > have to implement only two classes : a protobuf converter and a protobuf > representation. > > Bes tregards, > Thierry Boileau > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2750452