serializable property

bool serializable
getter/setter pair

Marks this node as being serializable. If true, this node can be serialized into a JSON file and then loaded back. If false, this node can't be serialized into a JSON file.

Implementation

bool serializable = true;