-
|
Description How can I avoid default decoding/recoding if the type is bytes? Is it possible to avoid decoding for bytes? Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
As you are doing quite some low-level handling to override the defaults, that would probably be the best way to do it, in a reusable dependency. |
Beta Was this translation helpful? Give feedback.
-
|
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues. |
Beta Was this translation helpful? Give feedback.
As you are doing quite some low-level handling to override the defaults, that would probably be the best way to do it, in a reusable dependency.