Skip to main content

Home > blockly > serialization > procedures

serialization.procedures namespace

Classes

ClassDescription
ProcedureSerializerSerializer for saving and loading procedure state.

Functions

FunctionDescription
loadProcedure(procedureModelClass, parameterModelClass, state, workspace)Deserializes the given procedure model State from JSON.
saveProcedure(proc)Serializes the given IProcedureModel to JSON.

Interfaces

InterfaceDescription
ParameterStateRepresents the state of a parameter model.
StateRepresents the state of a procedure model.