Does your list use generics? Does the type of object stored in the
list implement Serializable?



On Jan 9, 6:51 pm, Amir  Michail <amich...@gmail.com> wrote:
> Hello,
>
> 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
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to