Encoder
interface Encoder
Content encoder.
Functions
abstract fun CoroutineScope.decode( Launch coroutine to decode source bytes. |
|
abstract fun CoroutineScope.encode( Launch coroutine to encode source bytes. |
Inheritors
interface ContentEncoder : Encoder Client content encoder. |
|
object Identity : Encoder Empty Encoder |