blockly > serialization > registry

serialization.registry namespace

Functions

Function Description
register(name, serializer) Registers the given serializer so that it can be used for serialization and deserialization.
unregister(name) Unregisters the serializer associated with the given name.