You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a parameter in a webscript is annotated with the @RequestBody annotation. The content of its body should be automatically deserialized to the Object that is annotated. The deserializer that is needed to create the object should be determined by the 'Content-Type' header from the request.
The text was updated successfully, but these errors were encountered:
When a parameter in a webscript is annotated with the @RequestBody annotation. The content of its body should be automatically deserialized to the Object that is annotated. The deserializer that is needed to create the object should be determined by the 'Content-Type' header from the request.
The text was updated successfully, but these errors were encountered: