dchohfi / KeyValueObjectMapping

Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
http://dchohfi.com/
MIT License
602 stars 90 forks source link

Allow to fill objects of subclasses of "classToGenerate" #82

Closed sascha-wolf closed 8 years ago

sascha-wolf commented 8 years ago

Instead if checking for equality we now check if the class of the created object is a subclass or equal.

Fixes #80, as Realm uses internal subclasses for models.