* @function ThemeGraph.prototype.toJSON * @description 将 ThemeGraph 对象转化为 JSON 字符串。 * @returns {string} 返回转换后的 JSON 字符串。
()
| 265 | * @returns {string} 返回转换后的 JSON 字符串。 |
| 266 | */ |
| 267 | toJSON() { |
| 268 | return Util.toJSON(this.toServerJSONObject()); |
| 269 | } |
| 270 | |
| 271 | /** |
| 272 | * @function ThemeGraph.prototype.toServerJSONObject |
no test coverage detected