matthewcheok / Realm-JSON

A concise Mantle-like way of working with Realm and JSON.
MIT License
661 stars 129 forks source link

Inheritance issue #50

Open diehardest opened 9 years ago

diehardest commented 9 years ago

Mantle has the +classForParsingJSONDictionary: method to handle models subclassed from a root model. What about Realm-JSON? How to address inheritance?

matthewcheok commented 9 years ago

There isn't support for this at the moment.