REST Assured Tutorial 35 – De-Serialization – JSON Object To Java Object Using Gson API
As a part of End to End REST Assured Tutorial, in this post, We will learn the “De-Serialization” concept where we will create Java Object from JSON Objects using the Gson library. Previously we learned Serialization – Java Object To JSON Object Using Gson API. We have learned about POJOs in the previous posts. If you have…