scala.IProtocolRegistration.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protocol Show documentation
Show all versions of protocol Show documentation
zfoo protocol is binary serialization framework for Java/C++/js/ts/C#/Go/Lua/GDScript/Python
The newest version!
${protocol_root_path}
trait IProtocolRegistration {
def protocolId: Short
def write(buffer: ByteBuffer, packet: Any): Unit
def read(buffer: ByteBuffer): Any
}