SerializedPacket

value class SerializedPacket(val bytes: ByteArray)(source)

A wrapper around a byte array containing packet data. This wrapper will be used when forwarding packets on the server, since deserialization should only happen when requested.

Constructors

Link copied to clipboard
constructor(bytes: ByteArray)

Properties

Link copied to clipboard