I am new to REST and it seems like this should be pretty simple. In a .NET application, I can create a link to a WCF service, and contracts for all available types will be created for me.
Now I'm trying to use the REST service in a Windows Phone 7 application. Although I can make my call and return the correct answer, is there an easy way to create classes for which each object will be deserialized?
I use RestSharp to manage my calls. In some examples that I saw, the user created his own classes and generated the xml manually. I would like to avoid this, if at all possible.
many thanks!
earthling
source share