Tatu Saloranta
Tatu Saloranta
@jwijgerd Understood, we are all volunteers, so no pressure.
Just noting that this could be targeted for 2.13 (no hurry)
I don't think this is possible to implement at that level, unfortunately; `CBORGenerator` will essentially delegate back to `ObjectMapper` which does serialization. But this is not to say that it...
`JsonGenerator.writeBinary()`? It only uses Base64 encoding if the underlying format does not have native binary values and binary formats typically do. I do not recommend `writeRaw()` for any use as...
Ok. That makes sense then. At this points, PRs would be welcome and/or specific per-format tickets to denote where exactly functionality is missing. As a work-around one can usually hold...
From API perspective it is sort of tricky, given that now we have set of methods that work/don't-work on different backends (text vs binary). I specifically would be against supporting...
Pull Requests welcome.
@baharclerode Thank you for additional investigation here. I am bit torn here. I agree that since `Stringable`, as a concept, is from Apache Avro codec, it makes sense to follow...
Yes, this would be useful. The only (?) tactical question here is whether it'd make sense to add maybe `jackson-datatype-avro`, since we may want to avoid dep to std avro...
@SheliakLyr First of all, thank you for reporting this problem. It sounds like a very important thing to resolve. I will have to double-check this to make absolutely sure; both...