简体   繁体   中英

Datastore entity with kind and key has a null property named

After adding a boolean attribute to an object, fetching that object from the datastore results in the error:

Datastore entity with kind <Class> and key <Class:ID> has a 
  null property named <attribute>

Don't use primitive data-types, use their wrapper classes.
Instead of boolean, use Boolean, etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM