java - Restful web service to take complex object as input -


how can pass complex object person class input parameter in restful web service??

i have gone through many links didnt find solution. please help

transform object json or xml (or other format, these common), , send body of request.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -