Default "local" implementation of RegistryStorage which internally uses a mutableMap.
Constructs a unique key for the given data.
Creates a flow of all entries in this registry.
Reads a value from the registry at the given key.
Lets the registry know about the specified type T, this may store the object in a local map, which is used for reconstructing later.
Deletes a value from the registry with the given key.
Creates or updates an existing entry at the given unique key.