Jagex ByteBuf
NettySerializationEmulation
Netty ByteBuf extensions for the RuneTek game engine
Jagex-ByteBuf is a Kotlin library that extends Netty’s ByteBuf with specialized operations for the RuneTek game engine’s binary protocols.
It consists of three modules: Extensions for RuneTek-specific data type encoding, Wrapper for a type-safe ByteBuf with unsigned Kotlin types, and Serialization for annotation-driven protocol message encoding via kotlinx.serialization. Published to Maven Central.