class GsonConverter : ContentConverter
GSON converter for ContentNegotiation feature
GsonConverter(gson: Gson = Gson())
GSON converter for ContentNegotiation feature |
suspend fun convertForReceive(context: PipelineContext<ApplicationReceiveRequest, ApplicationCall>): Any? |
|
suspend fun convertForSend(context: PipelineContext<Any, ApplicationCall>, contentType: ContentType, value: Any): Any? |