Gpf_Rpc_Serializable::toObject PHP Method

toObject() public method

public toObject ( )
        public function toObject();

Usage Example

 public function encodeResponse(Gpf_Rpc_Serializable $response)
 {
     return $this->encode($response->toObject());
 }
Gpf_Rpc_Serializable