Skip to main content

Module persist

Module persist 

Source
Expand description

Saving and loading a composed topology as SIM data.

A topology saves and loads through the existing topology reflection – there is no second package format. composer_save reflects a Graph to a value; composer_load parses a value back into a Graph.

Functions§

composer_load
Parse a saved SIM value back into a Graph.
composer_save
Reflect a Graph to a SIM value for saving, sharing, or diffing.