Fix kotlinx.serialization.SerializationException: Serializer for class 'Server_response' is not found.
Mark the class as @Serializable or provide the serializer explicitly. in kotlinx.serialization.SerializersKt.serializer #174
kotlinx.serialization.SerializationException: Serializer for class 'Server_response' is not found.
Mark the class as @Serializable or provide the serializer explicitly.
Version 5.4.0-debug(1)
Stacktrace
kotlinx.serialization.SerializersKt.serializer;
kotlinx.serialization.SerializersKt.serializer;
io.ktor.client.features.json.JsonFeature$Feature$install$2.invoke;
io.ktor.client.features.HttpCallValidator$Companion$install$2.invoke;
com.cramsan.ps2link.appcore.census.DBGServiceClientImpl$getServerList$1.invokeSuspend;
Reason
kotlinx.serialization.SerializationException: Serializer for class 'Server_response' is not found. Mark the class as @Serializable or provide the serializer explicitly.
Link to App Center