(De)serializing POJOs in REST Assured
In this post, I’d like to demonstrate how you can leverage the ability of REST Assured to (de-)serialize Plain Old Java Objects (better known as POJOs) for more powerful testing. As an example, we’ll use the following POJO representing a...