Jackson allows methods to be serialized to and de-serialized from different XML and JSON representations by using a combinations of the @JsonProperty and @JacksonXmlProperty annotations.
Currently, FreeBuilder looks for only @JsonProperty and adds them to the result.
This makes FreeBuilder unsuitable for situations where a class need to have different XML and JSON representations.
The text was updated successfully, but these errors were encountered:
Jackson allows methods to be serialized to and de-serialized from different XML and JSON representations by using a combinations of the
@JsonProperty
and@JacksonXmlProperty
annotations.Currently, FreeBuilder looks for only
@JsonProperty
and adds them to the result.This makes FreeBuilder unsuitable for situations where a class need to have different XML and JSON representations.
The text was updated successfully, but these errors were encountered: