Stay organized with collections
Save and categorize content based on your preferences.
blockly > serialization > blocks
serialization.blocks namespace
Classes
Class |
Description |
BlockSerializer |
Serializer for saving and loading block state. |
Functions
Interfaces
Interface |
Description |
ConnectionState |
Represents the state of a connection. |
State |
Represents the state of a given block. |
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."],[[["The `serialization.blocks` namespace provides tools for saving and loading the state of Blockly blocks."],["It includes classes for serialization, functions for saving and loading blocks, and interfaces to represent block and connection states."],["`BlockSerializer` is the core class for managing block serialization and deserialization."],["Developers can use functions like `save` and `append` to work with block state data directly."],["Interfaces like `State` and `ConnectionState` define the structure of serialized block information."]]],[]]