quarkus: ReactiveHashCommands doesn't properly encode/decode Object value
Describe the bug
ReactiveHashCommands<String, String, Object> uses Marshaller, this class encodes String into plain string without quotes, not JSON string, but decodes with Object.class.
I have to use ReactiveHashCommands<String, String, Object[]> to bypass, any chance to make ReactiveHashCommands<String, String, Object> just works?
Quarkus version or git rev
3.1
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 20 (19 by maintainers)
Yes, then it will be up to the order of the custom codecs. I agree it could be better.
However, using type/type reference is going to take quite some time (I need to modify 300 classes)