Jacol
06/16/2023, 12:25 PMroute("/v1/lib") {
post {
val x:XXX = call.receive()
...
and i get an exception
Caused by: kotlinx.serialization.SerializationException: Serializer for class 'XXX' is not found.
Mark the class as @Serializable or provide the serializer explicitly
do you have an idea how to deal with something like this and i can't add @Serializable before the classAleksei Tirman [JB]
06/16/2023, 12:28 PMJacol
06/16/2023, 12:30 PMJacol
06/16/2023, 12:31 PMAleksei Tirman [JB]
06/16/2023, 12:45 PMJacol
06/16/2023, 1:10 PMJacol
06/16/2023, 1:12 PM