After adding a boolean attribute to an obj开发者_JAVA百科ect, 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.
精彩评论