Deserializing an Object Result
You can use the
You will need to provide two parameters to the method, which are the type of the object being deserialized and an
jadeRestResponse.deserialize(Customer, objs); customer := objs.first.Customer;
You can use the
You will need to provide two parameters to the method, which are the type of the object being deserialized and an
jadeRestResponse.deserialize(Customer, objs); customer := objs.first.Customer;