Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7732401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:43:17+00:00 2026-06-01T06:43:17+00:00

I am trying to make a catch-all proxy that takes any selector with any

  • 0

I am trying to make a catch-all proxy that takes any selector with any type of arguments and sends an RPC call down the wire. In this case, the signature of the method is not known because it can be created arbitrarily by the end user.

I see that the method signature requires supplying type encodings for each of the arguments. Is there a type encoding that signifies absolutely anything (pointer, int, everything else)? Otherwise, is there another way to accomplish this effect?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:43:18+00:00Added an answer on June 1, 2026 at 6:43 am

    “sort of”, but not really… or, at least, not practically.

    You can implement the method forwarding protocol such that unrecognized method calls will be wrapped up in an NSInvocation and then you could tear into the NSInvocation, but it really isn’t practical for a number of reasons.

    First, it only really works for relatively simple argument types. The C ABI is such that complex arguments — structures, C++ objects, etc.. — can be encoded on the stack in wonky ways. In fact, they can be encoded in ways where there isn’t enough metadata to decode the frames.

    Secondly, any kind of a system where “selectors can be created arbitrarily by the user” has a very distinct odor about it; an odor of “you are doing it the hard way”. Objective-C, while exceptionally dynamic, was really not designed to support this level of pure meta-object pattern.

    As well, any such resulting system is going to be exceptionally fragile. What if the “arbitrary selector” happens to be, say, @selector(hash)?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm considering trying to make a game that takes place on an essentially infinite
Trying to make a make generic select control that I can dynamically add elements
Trying to make a web service call to an HTTPS endpoint in my Silverlight
Trying to make a custom :confirm message for a rails form that returns data
trying to make a page which will recursively call a function until a limit
All, I'm trying to make the properties of my node have Units associated with
I am trying to make a regex that will just look for and remove
What I am trying to accomplish here is to make a Cursor that could
I am trying to make a little application that simulates the dice. I want
I am trying to make a Java application that communicates with a PHP script

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.