Join Slack
Powered by
Anybody already tried using `kotlinx.serialization...
# spring
a
aaverin
11/26/2019, 10:45 AM
Anybody already tried using
kotlinx.serialization
with SpringBoot? Or it’s not a good idea to explore this?
p
Peter
11/26/2019, 10:57 AM
https://github.com/spring-projects/spring-framework/issues/21188
a
aaverin
11/26/2019, 11:20 AM
Guess we’ll have to wait for kotlinx.serialization 1.0?
aaverin
11/26/2019, 11:21 AM
I doubt anybody would work on this until API is stable
b
Ben
11/27/2019, 2:26 AM
You would just have to implement
https://github.com/spring-projects/spring-framework/blob/master/spring-web/src/main/java/org/springframework/http/converter/AbstractGenericHttpMessageConverter.java
. There are a couple examples in that package that would make it fairly easy
6
Views
Open in Slack
Previous
Next