Hi everyone! How can I use Kotlin Serializer in a ...
# spring
l
Hi everyone! How can I use Kotlin Serializer in a Spring Boot app?
a
l
Thanks!
s
Usually people tend to use Spring Boot builtin support for https://github.com/Kotlin/kotlinx.serialization, Jackson or Gson. You can likely get related beans instead of doing what has been shared. For WebFlux or WebMvc JSON serialization/deserialization happen automatically.