blockly > serialization > procedures
serialization.procedures namespace
Classes
Functions
Interfaces
Interface |
Description |
ParameterState |
Represents the state of a parameter model. |
State |
Represents the state of a procedure model. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `serialization.procedures` namespace provides tools for saving and loading the state of procedures in Blockly."],["It includes a `ProcedureSerializer` class, functions for loading and saving procedures (`loadProcedure` and `saveProcedure`), and interfaces defining the structure of procedure and parameter state (`State` and `ParameterState`)."],["These components enable the serialization and deserialization of procedure models to and from JSON, facilitating the persistence and restoration of user-defined procedures in Blockly workspaces."]]],[]]