UnknownPacket holds a packet whose type is not recognized by this implementation. It round-trips opaquely: the raw bytes are preserved as-is.
serialize returns the raw bytes of the packet (without type or length prefix)
type returns the 1-byte packet type tag
UnknownPacket holds a packet whose type is not recognized by this implementation. It round-trips opaquely: the raw bytes are preserved as-is.