deserialize

deserialize(objectType: Any;
            objs:       Array input): Integer;

The deserialize method of the JadeRestResponse class looks for a serialized object of the type specified in the objectType parameter in the data property of the JadeRestReponse class. If found, it attempts to deserialize it and any references into the array in the specified objs parameter. Successful deserializations return Deserialize_Success; unsuccessful deserializations return Deserialize_Failure.

See the JadeRestRequest class create method for an example of the deserialize method.

2020.0.01 and higher