thana
12/16/2020, 4:11 PMthana
12/16/2020, 4:13 PMKotlinSerializationJsonMessageConverter
manually." but i dont get what this meansthana
12/16/2020, 4:44 PMthana
12/16/2020, 4:52 PMsdeleuze
12/16/2020, 4:54 PMsdeleuze
12/16/2020, 4:57 PMi want ktolinx.serialization NOWHERE where jackson was used beforeI am not sure to understand, you have kotlinx.serialization in the lcasspath but don't want it to be configured or used by WebClient ?
thana
12/16/2020, 5:00 PMsdeleuze
12/16/2020, 5:02 PMsdeleuze
12/16/2020, 5:03 PM@Serializable
classes which should not be an issue for most use cases.sdeleuze
12/16/2020, 5:04 PMthana
12/16/2020, 5:11 PM.body(Mono.just(data), Set::class.java)
(which inserts the body into a POST requests)
after updateting to spring boot 2.4 (or 2.4.1) it threw
because kotlinx couldnt; find a Polymorphic serializer for Set, or EmptySet or...sdeleuze
12/16/2020, 5:40 PMthana
12/16/2020, 5:45 PMsdeleuze
12/16/2020, 5:46 PMsdeleuze
12/17/2020, 4:40 PM