We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selectors (type SEL) are currently not encoded and decoded.
The text was updated successfully, but these errors were encountered:
AutoCoding only supports the encoding of types that are work with KVC, which may not include SEL. I'll look into it.
Sorry, something went wrong.
Selectors at a base level are just char arrays. Should be pretty straight forward to encode and decode them.
const char* sel_getName(SEL aSelector)
No branches or pull requests
Selectors (type SEL) are currently not encoded and decoded.
The text was updated successfully, but these errors were encountered: