Nikky
11/03/2020, 11:02 PMDariusz Kuc
11/03/2020, 11:13 PMgraphql-kotlin-spring-server
relies on Jackson which is the default serialization library for Spring Webflux.
I believe starting with Spring Boot 2.4 it will be possible to use kotlinx.serialization
as a replacement for Jackson.
I haven’t looked at that code in a while but I believe we only use Jackson explicitly in the default resolver/data fetcher (and for handling subscriptions).kotlinx.serialization
*probably should double check if there is any other code depending directly on jacksonShane Myrick
11/03/2020, 11:20 PM