Chapter 5
Serialisation & POJOs — quiz
5 questions · ~4 min
Chapter 5 quiz
Question 1 of 5
You pass `User user = new User("Ada", 30);` to `.body(user)`. The request goes out as `{}`. What's the most likely cause?
Chapter 5
5 questions · ~4 min
You pass `User user = new User("Ada", 30);` to `.body(user)`. The request goes out as `{}`. What's the most likely cause?