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