Home »
MCQs »
Jackson MCQs
@JsonAnyGetter, @JsonGetter, @JsonValue are the which type of annotations?
19. @JsonAnyGetter, @JsonGetter, @JsonValue are the which type of annotations?
- Serialization
- Deserialization
- Property Inclusion
- Type Handling
Answer: A) Serialization
Explanation:
Following are the serialization annotations:@JsonAnyGetter, @JsonGetter, @JsonValue, @JsonValue, @Serialize.