• Get the registered name of a class. If the class has not been registered, return the class name.

    Type Parameters

    Parameters

    • cls: SerializableConstructor<T>

      The class we want to get register name for. It must have a public static member called className defined.

    Returns string

    registered name or class name.

Generated using TypeDoc