GsonSerializer
class GsonSerializer : JsonSerializer
JsonSerializer using Gson as backend.
Constructors
GsonSerializer(block: GsonBuilder.() -> Unit = {}) JsonSerializer using Gson as backend. |
Functions
Read content from response using information specified in type. |
|
fun write( Convert data object to OutgoingContent. |
Inherited Functions
open fun write(data: Any): OutgoingContent Convert data object to OutgoingContent. |