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
Would like to specify a feature (or have default behaviour) where serialization with ObjectMapper of simple maps/objects would result in compact/defined length maps with CBOR
The text was updated successfully, but these errors were encountered:
Moved. But also needs to be split across Map case and "POJO" case since these are different implementations.
Splitting can be done if and when someone works on the issue.
Actually come to think of it, there's even 3rd case: that of "Untyped" serialization in which Maps are serialized as-is, without filtering -- this is the easiest case.
Oh well and also 4th one... ObjectNode case of JsonNode. :)
(this is actually the simplest case and easiest to support ASAP)
From
FasterXML/jackson#125 (reply in thread)
Would like to specify a feature (or have default behaviour) where serialization with ObjectMapper of simple maps/objects would result in compact/defined length maps with CBOR
The text was updated successfully, but these errors were encountered: