Does the ObjC2 runtime throw away all object type info at compile time? Would be nice to have that at runtime…
Conversation
Replying to
No. What are you trying to get at?
Replying to
e.g. let's say I want to map json to an object - how can I verify or convert to proper ivar types when I'm setting them?
2
Unfortunately, ivars are one of the places where object types are indeed thrown away.
1
Show replies
Replying to
If I had the type into at runtime, this would be easy and require no extra code.

