interface JsonSerializer
Client json serializer.
open fun abstract fun read(type: TypeInfo, body: Input): Any
Read content from response using information specified in type. |
|
abstract fun write(data: Any, contentType: ContentType): OutgoingContent open fun write(data: Any): OutgoingContent
Convert data object to OutgoingContent. |