Home »
MCQs »
Jackson MCQs
The process of transforming a Java object into its JSON representation is known as ____?
11. The process of transforming a Java object into its JSON representation is known as ____?
- Deserialisation
- POJO
- ObjectMapper
- serialisation
Answer: D) serialisation
Explanation:
The process of transforming a Java object into its JSON representation is known as serialisation.