Searched refs:KEY (Results 1 – 1 of 1) sorted by relevance
55 public static final String KEY = "key"; field in TestAcknowledgmentEntity253 if (json.has(KEY)) { in fromJson()254 key = KeyFactory.stringToKey(json.get(KEY).getAsString()); in fromJson()270 json.add(KEY, new JsonPrimitive(KeyFactory.keyToString(this.key))); in toJson()