On Tue, Jun 23, 2009 at 3:03 PM, Jonathan Feinberg <[email protected]>wrote:
> > On Jun 23, 9:57 am, "Nick Johnson (Google)" <[email protected]> > wrote: > > Raw strings (that is, ones that aren't unicode) can contain any data, > > including blobs, and all the conversion functions should return raw > strings. > > You can then override output_entities to output the data to the format of > > your choice. > > Huzzah! Thank you. > > Am I write in my understanding that by the time these Exporter methods > are called, the entities have already been transferred in some opaque > (and presumably efficient) form from GAE to the client? Correct - the bulkloader uses remote_api. If you want, of course, you can write your own importer, exporter, or anything else, using remote_api. -Nick Johnson > > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
