blockly > serialization
serialization namespace
Interfaces
Interface |
Description |
ISerializer |
Serializes and deserializes a plugin or system. |
Namespaces
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` namespace provides tools for saving and loading Blockly workspaces and components."],["It includes interfaces and namespaces for handling various aspects of serialization, such as blocks, variables, and procedures."],["A key interface, `ISerializer`, defines methods for serializing and deserializing plugins and systems within Blockly."],["Dedicated namespaces like `blocks`, `variables`, and `procedures` focus on serializing specific Blockly elements."],["Developers can use the `serialization` namespace to manage the persistence of Blockly projects and configurations."]]],[]]