Hi there, can anyone explain the pros & cons of these two styles? Like if I have an Integer member variable:
*@Persistent* *private* Integer foo; *@Persistent(serialized = "true")* *private* Integer foo; I do know that with the serialized version I have to always mark it dirty with *JDOHelper.makeDirty(...).* * * Is there a speed performance boost for serialized? A storage size decrease? Why wouldn't I just use *@Persistent *always? Thanks everyone! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/81pJRvt-WAEJ. 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?hl=en.
