Maxim Valeev

Results 2 comments of Maxim Valeev
trafficstars

i faced with the same problem for java serialization with jackson objectMapper. There is only additionalProperties in json but not actual ones. Is there any information about ht fix?

@cowtowncoder No, it wouldn’t. It means ignoring additionalProperties itself in serialization and deserialization. However, the other two annotations, @JsonAnySetter and @JsonAnyGetter, will be used for all unrecognized properties. All unrecognized...