REST Assured Tutorial 42 – Ignore Unknown Properties During Deserialization Using ObjectMapper – Jackson API

Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during deserialization…

Continue Reading →

REST Assured Tutorial 41 – Ignore unknown properties during deserialization Using @JsonIgnoreProperties

Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during…

Continue Reading →

REST Assured Tutorial 40 – @JsonIgnoreProperties Annotation Of Jackson API – Exclude Field Of Pojo From Serialization Or Deserialization or Both

Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation called…

Continue Reading →

REST Assured Tutorial 39 – @JsonIgnore Annotation of Jackson API – Exclude Field of Pojo From Serialization and Deserialization

As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation called @JsonIgnore…

Continue Reading →

REST Assured Tutorial 38 – How Getter & Setter methods Matter For Serialization Deserialization Using POJO

As a part of End to End REST Assured Tutorial, in this post, we will see how getter and setter methods…

Continue Reading →