January 2018
Intermediate to advanced
414 pages
10h 29m
English
When we send a request to our API, we can send a JSON object, and if we have set our @RequestMapper, or variant, to have a body, we can convert it into an object. This is called deserialization. Spring uses Jackson as well for deserialization of JSON objects into JVM classes, as well as using the ObjectMapper class as it was doing for serialization.
Let's understand how this works.
Read now
Unlock full access