get

abstract suspend fun get(id: K): T?

Reads a value from the registry at the given key.

This may reconstruct the data from a partial object.