Java serialization/de-serialization

I have a Post request from a Rest API. When the request is received in the resource endpoint. The request is empty. It is not able deserilize the request and i get an empty object in the request. Can anyone suggest me any solution for this.

1 Like