http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Serializable_Objects
Serializable objects can be stored as a field of an entity using @Persistent(serialized=true). However, the GData ContactEntry object does not appear to be marked as serializable, so you will probably have to create your own custom contact information class and convert between the two classes. Andy On Dec 17, 7:19 pm, Tb <[email protected]> wrote: > Any update on this? I'm getting the same error while trying to store a > ContactEntry object per record... > However, I don't mind storing an ArrayList if we can solve your > problem! ;) > > On Dec 9, 9:38 am, Josh <[email protected]> wrote: > > > > > One other thing I should add. The ContactEntrys are currently stored > > in an ArrayList. I'm trying to persist the whole list. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
