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
StreamWriteFeature.USE_FAST_DOUBLE_WRITER
When you create a Jackson ObjectMapper, you can optionally supply a JsonFactory.
Just thought I'd raise awareness of these features of jackson (v2.14.0 and above). With the StreamReadFeature and StreamWriteFeature, you would probably want to make those opt-in - that chesire should probably not use them by default.
The text was updated successfully, but these errors were encountered:
Jackson's JsonFactory supports these features.
When you create a Jackson ObjectMapper, you can optionally supply a JsonFactory.
Just thought I'd raise awareness of these features of jackson (v2.14.0 and above). With the StreamReadFeature and StreamWriteFeature, you would probably want to make those opt-in - that chesire should probably not use them by default.
The text was updated successfully, but these errors were encountered: