manual serialization / deserialization of AppEngine Datastore objects
问题 Is it possible to manually define the logic of the serialization used for AppEngine Datastore? I am assuming Google is using reflection to do this in a generic way. This works but proves to be quite slow. I'd be willing to write (and maintain) quite some code to speed up the serialization / deserialization of datastore objects (I have large objects and this consumes quite some percentage of the time). 回答1: The datastore uses Protocol-Buffers internally, and there is no way round, as its the