-
Notifications
You must be signed in to change notification settings - Fork 234
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
Paper trapped in recursive calls #11
Comments
Make sure your object graph doesn't have cyclic dependencies. Also you can exclude fields which cause such error using transient. |
Have you had an cyclic dependencies which are not supported by Paper? Can we close the issue then? |
hi.. |
Resource is an system runtime object, definitely it may contain cyclic dependencies. You shouldn't use Paper to save Context, Resources, PendingIntent and other system runtime objects. Paper purpose is to save your data objects. If you have reference to Resource in saved classes (which is looks bad) you can avoid saving them using transient fields. |
Hi guys, is there anybody who can help me with this error?
I suspect it is trapped in recursive calls. any idea how to fix this?
The text was updated successfully, but these errors were encountered: