Remove JsonGenerator.canWriteBinaryNatively()
, .canWriteFormattedNumbers()
(replaced by StreamWriteCapability
equivalents)
#676
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
As per title, we can replace
canWriteBinaryNatively()
fromJsonGenerator
, in Jackson 3.0 (cannot do that in 2.x for compatibility reasons).Similarly for
canWriteFormattedNumbers()
inJsonGenerator
.The text was updated successfully, but these errors were encountered: