Hydrationstype
ImmutableDictionary<Class<unknown>>
| Type | |
|---|---|
ImmutableDictionary | Readonly dictionary object. |
Class | Class prototype that can be used with instanceof. |
A set of hydrations describes a set of string keys and the class constructor to be dehydrated and rehydrated.
- We can't use
class.namebecause we don't know that the name of the class will survive minification.