Closed KingOfBrian closed 8 years ago
@KingOfBrian is the +rzi_foundUnhandledValue:forKey:
method intended for you to override? If so, it should go in the header.
I left it out because it felt like it would be confusing being that it's such a weird use case.
I have a .... strange API, where I may not know all of the keys I need to import before importing, and I need to return all values I received. This is a simple change to allow unhandled keys to be tracked in the object.
I get this is a bit weird, but I'm not sure how else to get this behavior without much pain.
Thoughts @nbonatsakis / @arrouse ?