Hi I am able to see the json file storing the data like below "{\"Key\":\"Value\",\"Key\":\"Value\"} ".Please let me know why i am not seeing the proper Json file format like the one you have shown ?
@SoftwareTestingAndAutomation3 жыл бұрын
make sure your payload should be an object, it should not be a string.
@flight_of_phoenix2 жыл бұрын
Hi Shubhashish Sir, are able to pass the object sp of pojo in body because of ObjectMapper class? How is it serializing the json. From what I understood ObjectMapper class converts pojo to json. Please help me understand
@guptajanmejai3 жыл бұрын
can you provide the code for serialization and deserialization what you have done
@SoftwareTestingAndAutomation3 жыл бұрын
I have sent you the code through email. Please check.
@harikesava62953 жыл бұрын
It would be really great if you provide the source code for all the concepts