As a follow up of #21188, we should add support for [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) JSON to WebFlux. This will not support `Flow` decoding because the library does not support yet [non-blocking parsing of JSON tokens like Jackson does](https://github.com/spring-projects/spring-framework/blob/master/spring-web/src/main/java/org/springframework/http/codec/json/Jackson2Tokenizer.java).