Class which implements IReferenceable alone throws errors when Attempting Serialize to JSON
Description
I believe this is the root cause of the issue. Updating to fix , this commit revealed the error.
Will either throw a stack overflow bouncing back and forth between ClassSerializer and Struct serialize or will throw the Error serializing to JSON error due to the stack frame limit.
Activity
Jon Clausenlast week
Update: The workaround is a full implementation of IClassRunnable - which is now done by the ORM module on the proxy object. This can be marked as minor or deferred until it becomes an issue again
Pinned fields
Click on the next to a field label to start pinning.
I believe this is the root cause of the issue. Updating to fix , this commit revealed the error.
Will either throw a stack overflow bouncing back and forth between ClassSerializer and Struct serialize or will throw the Error serializing to JSON error due to the stack frame limit.