You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see that we control the recursion limit by an internal field remaining_depth. Now it's constantly 128. Instead of asking users to set disable_recursion_limit, I wonder if it's possible to expose a setter for Deserializer::remaining_depth so that users can retain the limitation but with a different value.