GsonConverter
class GsonConverter : ContentConverter
GSON converter for ContentNegotiation feature
Constructors
GsonConverter(gson: Gson = Gson()) GSON converter for ContentNegotiation feature |
Functions
suspend fun convertForReceive( Convert a value (RAW or intermediate) from receive pipeline (deserialize). Pipeline PipelineContext.subject has ApplicationReceiveRequest.value of type ByteReadChannel |
|
suspend fun convertForSend( Convert a value to the specified contentType to a value suitable for sending (serialize).
Note that as far as ContentConverter could be registered multiple times with different content types
hence contentType could be different depends on what the client accepts (inferred from Accept header).
This function could ignore value if it is not suitable for conversion and return |