When attempting to put a list of ScoreData into the cache, I get this
exception:
Caused by: java.io.NotSerializableException:
com.dropzap.DropZap.client.ScoreData
Returning a list of ScoreData to the client works fine.
Any ideas what could be wrong? Why does serialization work in one
case but not the other?
Amir