play-plugins
play-plugins copied to clipboard
Redis Plugin <JAVA>: could not deserialize Object Serializable (model) - java.lang.ClassNotFoundException
Can anyone help me with this problem by deserializing my value contained in redis based on the key (being an object)?
Stacktrace:
[warn] application - could not deserialize key:<myKey> ex:java.lang.ClassNotFoundException: models.<MyClass> java.lang.ClassNotFoundException: models.<MyClass>
I'm using play 2.0.8
Thank you