SignalProxyMessageSerializer

Singleton object containing all serializers for handshake message types

Functions

Link copied to clipboard
open override fun deserialize(buffer: ByteBuffer, featureSet: FeatureSet): SignalProxyMessage

Deserialize Quassel protocol data from a buffer

Link copied to clipboard
open override fun serialize(buffer: ChainedByteBuffer, data: SignalProxyMessage, featureSet: FeatureSet)

Serialize data with the Quassel protocol to a buffer

Properties

Link copied to clipboard
open override val javaType: Class<out SignalProxyMessage>

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