Hey Are you able to store a HashMap within an embedded class?
I have a Class which implements Serializable and annotate the HashMap like this: @Persistent(serialized = "true", defaultFetchGroup="true") private Map<String, Integer> myMap; However, I always get this error thrown: myMap: java.util.HashMap is not a supported property type. I assume we can store a HashMap within an embedded Class? Thanks -- 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.
