You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doFullSerialization tells blocks to serialize any extra state they have, as well as any backing data models they are associated with. This allows the full state of the block to be properly copy-pasted.
We probably just want to update the ISerializable interface.
The text was updated successfully, but these errors were encountered:
doFullSerialization
tells blocks to serialize any extra state they have, as well as any backing data models they are associated with. This allows the full state of the block to be properly copy-pasted.We probably just want to update the
ISerializable
interface.The text was updated successfully, but these errors were encountered: