convertForReceive
abstract suspend fun convertForReceive(context: PipelineContext<ApplicationReceiveRequest, ApplicationCall>): Any?
Content copied to clipboard
Convert a value (RAW or intermediate) from receive pipeline (deserialize). Pipeline PipelineContext.subject has ApplicationReceiveRequest.value of type ByteReadChannel
Return
a converted value (deserialized) or null
if the context's subject is not suitable for this converter