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
try register jackson kotlin module, at least it works for me.
essentially kotlin's data class compiles into a class with a full-parameter constructor. register relevant module should resolve the issue
I'm afk but I got an error trying to deserialize a Kotlin data class using the ChatClient's
entity(Class<T>)
methodThe text was updated successfully, but these errors were encountered: