Home »
MCQs »
Jackson MCQs
@JsonCreator, @JacksonInject are which type of annotations?
18. @JsonCreator, @JacksonInject are which type of annotations?
- Serialization
- Deserialization
- Property Inclusion
- Type Handling
Answer: B) Deserialization
Explanation:
Some of the deserialization annotations are:@JsonCreator, @JacksonInject, @JsonSetter.