spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Does spring-loaded support object Serializable?

Open namkyu opened this issue 11 years ago • 0 comments

we are using Redis cache server in spring web application.

when I apply spring-loaded in my web application I got a message below

Does spring-loaded support object Serializable?

I think I got a message below because spring-loaded class object and serializable object are different.

[2014-11-26 16:00:30 ERROR c.CacheManagerImplRedis][111] - getCacheObject ClassNotFoundException cacheKey: data:1111,1 cacheResponseString: aced000573720032636f6d2e706c61796e632e6e73686f702e636f6d6d6f6e2e64746f2e676174652e726573756c742e4761746552657375.....

namkyu avatar Nov 26 '14 07:11 namkyu