I have an object with a custom serializer applied to one of the fields:
@JsonDeserialize(using = CustomDeserializer.class) @JsonSerialize(using = CustomSerializ