Home »
MCQs »
Jackson MCQs
The process of turning a JSON string into a Java object is known as ____
12. The process of turning a JSON string into a Java object is known as ____.
- Deserialisation
- POJO
- ObjectMapper
- serialisation
Answer: A) Deserialisation
Explanation:
The process of turning a JSON string into a Java object is known as deserialization.