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.

Methods

  • Returns the singleton instance of the map.

    Returns SerializationMap

  • Registers the class as serializable.

    Type Parameters

    Parameters

    Returns void

Generated using TypeDoc