deserialize
abstract suspend fun deserialize(charset: Charset, typeInfo: TypeInfo, content: ByteReadChannel): Any?
Deserializes content to the value of type typeInfo
Return
a converted value (deserialized) or null
if the context's subject is not suitable for this converter