In my application,I have a class named "User". I want to send the object of this class as a data to my REST service. I want to send this object as a single entity not as an array of bytes.,because my service accepts object as a parameter. How can I achieve this?
↧