appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

[Task]: Code optimisation to use Jackson/JSON Serializers instead of the Java Native serializer for Cache Annotations [Tech Debt]

Open NilanshBansal opened this issue 9 months ago • 0 comments

Code optimisation to use Jackson/JSON Serializers instead of the Java Native serializer in the Cache Annotations @Cache and @CacheEvict

  • This would avoid using explicit serialization for all the objects to be stored in redis.
  • It will also prevent the need for explicit cache invalidation on addition of new fields.

Ref: https://theappsmith.slack.com/archives/CGBPVEJ5C/p1715833865037459?thread_ts=1715747695.304469&cid=CGBPVEJ5C

NilanshBansal avatar May 15 '24 14:05 NilanshBansal