I have a issue with serialisation: When trying to ...
# ktor
m
I have a issue with serialisation: When trying to perform a post request with a Json structure as body, I get a failure:
kotlinx.serialization.SerializationException: Can't locate argument-less serializer for class TextContent
. I can't find anything on the internet that really matches this, what is going wrong?