Tatu Saloranta
Tatu Saloranta
Correct: in general, "immediately" nested `Collection`s, arrays and `Map`s will not work -- as with most XML libraries that try to use natural-style XML, it is usually necessary to have...
Correct: this is not currently supported: attribute-ness is really only used for serialization but not used to distinguish source for incoming properties. I will leave this open as a request...
@kalyansagi Unfortunately I cannot think of many work-arounds. Theoretically I guess you could use `readTree` to get structure in which all data is retained (duplicates are actually supported, resulting in...
Without knowing about details (and not having to dig deep), one thing I'd suggest is that in case of multiple modules registering a serializer/deserializer, later registration "wins"; so it may...
@JoostK First of all: thank you for contributing this! At high level this makes sense, but I do need to dig bit deeper into this when I have time --...
@JoostK Ok, I now understand the scope and added some suggestions. Since we are not using the new encoding table for all output, I think it's better to avoid overriding...
No worries @JoostK . FWTW, printing is optional; modifying PDF with info & fake signature works perfectly fine too. And thx for sharing use case: sounds legit.
@JoostK Ok that is... interesting. Given that code seems like it should out-perform existing implementation. I assume you tried with longer test run times but without seeing more stable results?
Full reproduction needed: specifically, what kind of input is used; what POJO (class) is used and so on. Without that it is impossible to say what happens.
@anand188 Huh? I don't understand what you saying here. I did not ask for snippet of Jackson code but: Full reproduction needed: ... so please include reproduction of the problem.