Avoid potential duplicate parse operation within GenericJackson2JsonRedisSerializer. #3012
Labels
in: mapping
Mapping and conversion infrastructure
theme: 4.0
type: enhancement
A general enhancement
In order to read a potential type key json source might be parsed multiple times which imposes a computation overhead. This could be avoided by reusing already parsed JsonNodes as outlined in 8aaf501.
The text was updated successfully, but these errors were encountered: