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
We have a scenario where we don't want @ref to be generated for a specific ObjectMapper instance that is parsing a tree, as when we use it to get data for reports, it's too time intensive to find all the @ref markers and then dig out to which object they belong.
Is there any way to disable JSOG through some objectMapper.set(...) operation?
The text was updated successfully, but these errors were encountered:
We have a scenario where we don't want @ref to be generated for a specific ObjectMapper instance that is parsing a tree, as when we use it to get data for reports, it's too time intensive to find all the @ref markers and then dig out to which object they belong.
Is there any way to disable JSOG through some objectMapper.set(...) operation?
The text was updated successfully, but these errors were encountered: