blockly > serialization > procedures
serialization.procedures namespace
Classes
Class | Description |
|---|---|
Serializer for saving and loading procedure state. |
Functions
Function | Description |
|---|---|
loadProcedure(procedureModelClass, parameterModelClass, state, workspace) | Deserializes the given procedure model State from JSON. |
Serializes the given IProcedureModel to JSON. |
Interfaces
Interface | Description |
|---|---|
Represents the state of a parameter model. | |
Represents the state of a procedure model. |