You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
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: