Google News
logo
Jackson - Quiz(MCQ)
@JsonCreator, @JacksonInject are which type of annotations?
A)
Deserialization
B)
Serialization
C)
Type Handling
D)
Property Inclusion

Correct Answer :   Deserialization


Explanation : Some of the deserialization annotations are:@JsonCreator, @JacksonInject, @JsonSetter.

Advertisement