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
As a result of debugging, it was confirmed that SerializingTranscoder is the Default Transcoder of the module.
Is there any other way to apply Kotlin serialization? I would be grateful if you could guide me.
Please also check out review of Kotlin serialization support.
The text was updated successfully, but these errors were encountered:
Hi, Since Spring Framework 5.3 supports Kotlinx.serialization, I am actively using it in my project. (Reference Link)
I tested it by applying Kotlinx.Serialization, but it didn't work.
As a result of debugging, it was confirmed that SerializingTranscoder is the Default Transcoder of the module.
Is there any other way to apply Kotlin serialization? I would be grateful if you could guide me.
Please also check out review of Kotlin serialization support.
The text was updated successfully, but these errors were encountered: