appengine
appengine copied to clipboard
Using datastore package via properties, skipping loadStruct
We would like to know if it is possible to modify the client libraries to be able to load and store property slices without having to load them into structs?
Is it possible to achieve this? As far as I know it is not possible to deploy hacked versions of the client libraries to App Engine?
Thanks
You already can do this by implementing PropertyLoadSaver interface.
Or use PropertyList class that already implements it.
P.S. probably this question is better suited for StackOverflow.