Skip to content
New issue

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

No support for SEL #6

Open
kevinrenskers opened this issue Sep 26, 2013 · 2 comments
Open

No support for SEL #6

kevinrenskers opened this issue Sep 26, 2013 · 2 comments

Comments

@kevinrenskers
Copy link

Selectors (type SEL) are currently not encoded and decoded.

@nicklockwood
Copy link
Owner

AutoCoding only supports the encoding of types that are work with KVC, which may not include SEL. I'll look into it.

@7imbrook
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants