Re: problem deserialization

2010-06-24 Thread Daniel Roseman
On Jun 24, 2:47 pm, irum wrote: > Hi, > I am working on implementing a REST web service example of booking a > hotel. It was supposed to be simple to start with but I am already > badly stuck:) >  I am stuck  with deserialization and serialization.  I want to create > a new resource when PUT is re

problem deserialization

2010-06-24 Thread irum
Hi, I am working on implementing a REST web service example of booking a hotel. It was supposed to be simple to start with but I am already badly stuck:) I am stuck with deserialization and serialization. I want to create a new resource when PUT is requested on booking. My GET method works perfe