Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eserialization\u003c/code\u003e namespace provides tools for saving and loading Blockly workspaces and components.\u003c/p\u003e\n"],["\u003cp\u003eIt includes interfaces and namespaces for handling various aspects of serialization, such as blocks, variables, and procedures.\u003c/p\u003e\n"],["\u003cp\u003eA key interface, \u003ccode\u003eISerializer\u003c/code\u003e, defines methods for serializing and deserializing plugins and systems within Blockly.\u003c/p\u003e\n"],["\u003cp\u003eDedicated namespaces like \u003ccode\u003eblocks\u003c/code\u003e, \u003ccode\u003evariables\u003c/code\u003e, and \u003ccode\u003eprocedures\u003c/code\u003e focus on serializing specific Blockly elements.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003eserialization\u003c/code\u003e namespace to manage the persistence of Blockly projects and configurations.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [serialization](./blockly.serialization_namespace.md)\n\nserialization namespace\n-----------------------\n\nInterfaces\n----------\n\n| Interface | Description |\n|---------------------------------------------------------------------------|-------------------------------------------------|\n| [ISerializer](./blockly.serialization_namespace.iserializer_interface.md) | Serializes and deserializes a plugin or system. |\n\nNamespaces\n----------\n\n| Namespace | Description |\n|---------------------------------------------------------------------------------------|-------------|\n| [blocks](./blockly.serialization_namespace.blocks_namespace.md) | |\n| [exceptions](./blockly.serialization_namespace.exceptions_namespace.md) | |\n| [priorities](./blockly.serialization_namespace.priorities_namespace.md) | |\n| [procedures](./blockly.serialization_namespace.procedures_namespace.md) | |\n| [registry](./blockly.serialization_namespace.registry_namespace.md) | |\n| [variables](./blockly.serialization_namespace.variables_namespace.md) | |\n| [workspaceComments](./blockly.serialization_namespace.workspacecomments_namespace.md) | |\n| [workspaces](./blockly.serialization_namespace.workspaces_namespace.md) | |"]]