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

Correct Answer :   Serialization


Explanation : Following are the serialization annotations:@JsonAnyGetter, @JsonGetter, @JsonValue, @JsonValue, @Serialize.

Advertisement