JacksonWebsocketContentConverter
class JacksonWebsocketContentConverter(objectmapper: ObjectMapper) : WebsocketContentConverter
Content copied to clipboard
A jackson converter for the WebSockets plugin
Constructors
Link copied to clipboard
fun JacksonWebsocketContentConverter(objectmapper: ObjectMapper = jacksonObjectMapper())
Content copied to clipboard
Functions
Link copied to clipboard
open suspend override fun deserialize(charset: Charset, typeInfo: TypeInfo, content: Frame): Any
Content copied to clipboard
Link copied to clipboard