RawStringTranscoder

object RawStringTranscoder : Transcoder

Functions

decode
Link copied to clipboard
open override fun <T> decode(content: Content, type: TypeRef<T>): T

Decodes the wire representation into the entity based on the data format.

doEncode
Link copied to clipboard
open override fun <T> doEncode(input: T, type: TypeRef<T>): Content

Encodes the given input into the wire representation based on the data format.

encode
Link copied to clipboard
open fun <T> encode(input: T, type: TypeRef<T>): Content