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
So i would like to cache the resover result or at least in the service level which returning generated types using Spring Cache. How is this possible since the generated types is not implementing java.io.Serializable? Is there a way to make code generation to implement Serializable? I have tried to change the redis serializer to use Jackson but it doesn't always work properly. Thanks so much!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So i would like to cache the resover result or at least in the service level which returning generated types using Spring Cache. How is this possible since the generated types is not implementing
java.io.Serializable
? Is there a way to make code generation to implement Serializable? I have tried to change the redis serializer to use Jackson but it doesn't always work properly. Thanks so much!Beta Was this translation helpful? Give feedback.
All reactions