ConnectReplySerializer

object ConnectReplySerializer : KSerializer<ConnectReply>

Serializer that moves the port information to the top-level of the message, so it matches the format defined in https://jupyter-client.readthedocs.io/en/latest/messaging.html#connect

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): ConnectReply
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: ConnectReply)