Commits
Click on a commit to change the comparison rangefix(union_serializer): do not raise warnings in nested unions
In case unions of unions are used, this will bubble-up the errors rather
than warning immediately. If no solution is found among all serializers
by the top-level union, it will warn as before.
Signed-off-by: Luka Peschke <mail@lukapeschke.com>3 months ago
by lukapeschke feat: apply same logic to serde_serialize and add non-regression test
Signed-off-by: Luka Peschke <mail@lukapeschke.com>2 months ago
by lukapeschke