CoreSetupAckSerializer

Functions

Link copied to clipboard
open override fun deserialize(data: QVariantMap): HandshakeMessage.CoreSetupAck

Deserialize a handshake message from a QVariantMap

Link copied to clipboard
open override fun serialize(data: HandshakeMessage.CoreSetupAck): Map<String, QVariant<String>>

Serialize a handshake message into a QVariantMap (for further serialization)

Properties

Link copied to clipboard
open override val type: String

The underlying handshake message type this serializer can (de-)serialize. Used for type-safe serializer autodiscovery.