ktor-serialization / io.ktor.serialization / SerializationConverter / convertForSend

convertForSend

suspend fun convertForSend(context: PipelineContext<Any, ApplicationCall>, contentType: ContentType, value: Any): Any?