Ok , What seems logical is , it won't pickle the entity instance ,
instead it just pickle the key , ( because , if there is a reference
property in to that reference property , the chain reaction could make
pickle whole the database.. :D ).

On Nov 12, 12:43 pm, gops <[EMAIL PROTECTED]> wrote:
> sorry typo in above post in code in last line ,
>
> a = db.get(key_of_a)
> c = pickle.dumps(a)
> d = pickle.loads(c)
> e = d.b # will gae fetch b behind the scene or it is already available
> as an instance. ??
--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to