Skip to content

Conversation

@clkelly-r7
Copy link

@clkelly-r7 clkelly-r7 commented Feb 14, 2024

Issue #, if available: 325

Description of changes:
Allow overriding serde feature defaults for jackson object mapper in json serializer and deserializer
Also removed setting serialization features for a object mapper that is deserializing and removed setting deserialization features for a object mapper that is serializing. I can add this feature back if it is needed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

configs.getJacksonSerializationFeatures()
.forEach(this.objectMapper::enable);
}
if (!CollectionUtils.isEmpty(configs.getJacksonDeserializationFeatures())) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wanted to check if this should be kept in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant