realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Internal refactor: Split RealmInterop and common native pointer owner interface

Open rorbech opened this issue 3 years ago • 0 comments

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.

rorbech avatar Apr 19 '22 08:04 rorbech