centurion-erp-ui
    Preparing search index...

    Class APIObject

    Base Class for ALL API Objects

    0.9.0

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    • De-Serialize a JSON string Object to an instance of this class.

      As part of deserialization, the field key is confirmed as existing in the current, as well as if the JSON object type matches the classes declared variable of the same name. If neither match, the JSON data is ignored.

      Parameters

      • json: string

        JSON object to deserialize

      Returns APIObject

    Methods

    • De-Serialize a JSON string Object to an instance of this class.

      As part of deserialization, the field key is confirmed as existing in the current, as well as if the JSON object type matches the classes declared variable of the same name. If neither match, the JSON data is ignored.

      Parameters

      • json: string

        JSON object to deserialize

      Returns void