Map of kind TypeName => TypeInterface. Holds all callbacks for (de)serialization of every registered type.
TypeName => TypeInterface
If the value stored is a string, it is treated as an alias.
Map<String, dynamic> types = {};