Yes, I mean serialize to json. I understand how to serialize the graph to json, but not clear about deserializing the json back into the graph at run time. While my game is running, I would like to pull in the json from an asset bundle or http get and then have NodeCanvas deserialize it into the graph.
Btw, what is the best way to serialize/deserialize a graph using asset bundle? Does the graph have to be serialized into json?