Support Kotlin Serialization custom serializers #30870
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: kotlin
An issue related to Kotlin support
type: bug
A general bug
Milestone
In
KotlinSerializationSupport
:the call
serializer = SerializersKt.serializerOrNull(type);
generates an instance ofEmptySerializersModule()
which - by definition - does not contain any information about custom serializers. Usingformat.getSerializersModule().serializerOrNull()
would allow the Kotlin serialization in WebFlux to use custom serializers for third-party classes as is possible for WebMVC's Kotlin serialization implementation.The text was updated successfully, but these errors were encountered: