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
Currently there is no way to create "fully configured" generators that would be suitable for passing to ObjectMapper or ObjectWriter, or for direct use that uses writeObject() or writeTree().
Previously (with Jackson 2.x) this could be achieved by passing or (re)setting ObjectCodec, but since that will be removed (see #16) we need alternatives.
The text was updated successfully, but these errors were encountered:
Currently there is no way to create "fully configured" generators that would be suitable for passing to
ObjectMapper
orObjectWriter
, or for direct use that useswriteObject()
orwriteTree()
.Previously (with Jackson 2.x) this could be achieved by passing or (re)setting
ObjectCodec
, but since that will be removed (see #16) we need alternatives.The text was updated successfully, but these errors were encountered: