realm-kotlin
realm-kotlin copied to clipboard
Internal refactor: Split RealmInterop and common native pointer owner interface
From #713
(Christian - 2) RealmInterop is too huge and annoying to reason about. I would like to split it into more manageable chunks that mirror the ObjectStore classes: Realm, Results, List, Object, or something along those lines.
(Claus - 2) Interface for objects holding a native pointer. For close() on all managed resources, and in general common operations like realm_release, realm_equals, etc.