The MissingType class is a special base class used to generate synthetic types
for any type that is missing on runtime.
When deserializing a value of type Type the deserializer will create a synthetic missing
type for any types that it cannot locate on runtime. This can happen often when switching
between designer and developer mode, if the code in developer mode adds a new type
missing when switching back to designer mode.
See ReflectionBase.getMissingType and ReflectionBase.isMissingType for more information.
The MissingType class is a special base class used to generate synthetic types for any type that is missing on runtime.
When deserializing a value of type Type the deserializer will create a synthetic missing type for any types that it cannot locate on runtime. This can happen often when switching between designer and developer mode, if the code in developer mode adds a new type missing when switching back to designer mode.
See ReflectionBase.getMissingType and ReflectionBase.isMissingType for more information.