0xjmp / ObjectMapper-Realm

An ObjectMapper extension that serializes arbitrary JSON into Realm's List class
Other
178 stars 43 forks source link

Change protocol constraint from Mappable to BaseMappable #14

Closed Peterek closed 7 years ago

0xjmp commented 7 years ago

I am curious, what is the advantage in using BaseMappable over Mappable?

0xjmp commented 7 years ago

Nevermind, I was reading through an issue and discovered the advantage. Thanks for this!