XML : does @requestbody consume XML or JSON array

In Spring MVC, in POST method, can we consume an XML or JSON array as input using @REQUESTBODY - I know in GET method we can return an XML or JSON list as response but not sure if we can consume the same as an array. Please confirm - thanks.

No comments:

Post a Comment