blockly > serialization > procedures

serialization.procedures namespace

Classes

Class Description
ProcedureSerializer Serializer for saving and loading procedure state.

Functions

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

Interfaces

Interface Description
ParameterState Represents the state of a parameter model.
State Represents the state of a procedure model.