AutoCoding
AutoCoding copied to clipboard
No support for SEL
Selectors (type SEL) are currently not encoded and decoded.
AutoCoding only supports the encoding of types that are work with KVC, which may not include SEL. I'll look into it.
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)