Problemunvalidated

I'm building a Spring WebFlux API with Kotlin. Tension: Spring WebFlux uses `KotlinSerializationJsonEncoder` to serialize the class to a `String`, and then delegates to `CharSequenceEncoder` to encode that `String` into a `DataBuffer`. Outcome: Actually, there is no issue.

220f2dda-3c89-4ea1-9ba6-2bffbda38dda

I'm building a Spring WebFlux API with Kotlin. Tension: Spring WebFlux uses KotlinSerializationJsonEncoder to serialize the class to a String, and then delegates to CharSequenceEncoder to encode that String into a DataBuffer. Outcome: Actually, there is no issue.