serializeNodeGraphToJSON
Functions
- nodeParametersToJSON(node, serializers, classNames)
- serializeNodeGraphToJSON(graph, [serializers], [classNames])
nodeParametersToJSON(node, serializers, classNames)
Kind: global function
Param | Type |
---|---|
node | NodeInstance |
serializers | Map.<string, function(v:Object): Object> |
classNames | Map.<*, string> |
serializeNodeGraphToJSON(graph, [serializers], [classNames])
Kind: global function
Param | Type |
---|---|
graph | NodeGraph |
[serializers] | Map.<string, function(v:Object): Object> |
[classNames] | Map.<*, string> |
- serializeNodeGraphToJSON(graph, [serializers], [classNames])
- ~description_objects :
Array.<NodeDescription>
- ~description_to_index_map :
Map.<NodeDescription, number>
- ~descriptions :
Array.<Object>
- ~description_objects :
serializeNodeGraphToJSON~description_objects : Array.<NodeDescription>
Kind: inner constant of serializeNodeGraphToJSON
serializeNodeGraphToJSON~description_to_index_map : Map.<NodeDescription, number>
Kind: inner constant of serializeNodeGraphToJSON
serializeNodeGraphToJSON~descriptions : Array.<Object>
JSON versions of descriptions
Kind: inner constant of serializeNodeGraphToJSON