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 looked at adding a tagged module by naively declaring a handler for java.lang.Object, but it is not feasible as it would be triggered for everything including clojure types. I feel like it would boil down to what jackson databind allows, but just giving this a shot by creating an issue. 🙏
Motivation is to not make this blow up and instead maybe serialize it as just the .toString result.
I looked at adding a tagged module by naively declaring a handler for java.lang.Object, but it is not feasible as it would be triggered for everything including clojure types. I feel like it would boil down to what jackson databind allows, but just giving this a shot by creating an issue. 🙏
The text was updated successfully, but these errors were encountered: