Functiondojo.rpc.RpcService.parseResults

dojo.require("dojo.rpc.RpcService");
defined in dojo/rpc/RpcService.js

parse the results coming back from an rpc request. this base implementation, just returns the full object subclasses should parse and only return the actual results

Usage

function (/*Object*/ obj) (view source)
parametertypedescription
objObjectthat is the return results from an rpc request