appengine icon indicating copy to clipboard operation
appengine copied to clipboard

Using datastore package via properties, skipping loadStruct

Open golangdaddy opened this issue 6 years ago • 1 comments

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

golangdaddy avatar Dec 27 '17 14:12 golangdaddy

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.

trakhimenok avatar Dec 28 '17 10:12 trakhimenok