You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exactly. Spring Data REST is built on top of Jackson, and we use Jackson in various areas. It would require a significant rework to support other serialization mechanisms.
there is no way to change json serialization, like kotlinx-serialization or gson or others.
inside
RepositoryRestMvcConfiguration
jackson seams hardcoded and no way to change.https://docs.spring.io/spring-framework/reference/languages/kotlin/web.html#kotlin-multiplatform-serialization
The text was updated successfully, but these errors were encountered: