Skip to content

Obsolete Members for JsonSerializable

  • JsonSerializable
  • The following members of class JsonSerializable are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (deprecated) virtual QJsonObject unknownJson() const = 0
    (deprecated) virtual QJsonObject unsupportedJson() const = 0

    Member Function Documentation

    [pure virtual, deprecated] QJsonObject JsonSerializable::unknownJson() const

    This function is deprecated. We strongly advise against using it in new code.

    Returns the unknown JSON from the source JSON.

    Unknown JSON is a dictionary of values not defined in the ArcGIS specification used to create this object but found in the source JSON. If the object is written back to JSON, any unknown JSON data is not persisted. The ArcGIS specification may be for a web map, web scene, REST API, and so on.

    This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.

    [pure virtual, deprecated] QJsonObject JsonSerializable::unsupportedJson() const

    This function is deprecated. We strongly advise against using it in new code.

    Returns the unsupported data from the source JSON.

    Unsupported JSON is a dictionary of values defined in the ArcGIS specification used to create this object but not currently used in this API. If the object is written back to JSON, any unsupported JSON data is persisted. The ArcGIS specification may be from a web map, web scene, REST API, and so on.

    This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.