The issue I have though is HasMap's are supported if serialized=true
is set. What I want to determine is why cant I use a HashMap within an
embedded class?

Thanks

On May 24, 2:36 pm, Brandon Donnelson <branflake2...@gmail.com> wrote:
> Here are the supported property
> types:http://code.google.com/appengine/docs/java/datastore/entities.html#Pr...
>
> You could make an entity that has a key and value properties. Then you could
> store your values into the entities like the hashmap. You would have to
> manage the sort with an incremented order value.
>
> Brandon Donnelsonhttp://gwt-examples.googlecode.com

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to