Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow not only immediate subclasses of RLMObject #683

Closed
zats opened this issue Jul 26, 2014 · 2 comments
Closed

Allow not only immediate subclasses of RLMObject #683

zats opened this issue Jul 26, 2014 · 2 comments

Comments

@zats
Copy link

zats commented Jul 26, 2014

Currently, due to strict check when registering schemas RLMSchema.mm:95 only immediate subclasses of RLMObject are being registered.

It makes it somewhat tricky to share common functionality between model classes (e.g. serialization).

Considering there is an explicit comment regarding direct subclasses, I assumed there must be a reason for this. Could you elaborate on it please?

@zats
Copy link
Author

zats commented Jul 26, 2014

Closing as a duplicate of #652

@zats zats closed this as completed Jul 26, 2014
@alazier
Copy link
Contributor

alazier commented Sep 29, 2014

This should now be possible on master with #940

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants