Maps string keys to class constructors.
Used during (de)serialization from the cross-language JSON format, which requires the class name in the serialization format matches the class names as used in Python, should it exist.
Static
Returns the singleton instance of the map.
Registers the class as serializable.
Generated using TypeDoc
Maps string keys to class constructors.
Used during (de)serialization from the cross-language JSON format, which requires the class name in the serialization format matches the class names as used in Python, should it exist.