All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.IProtocolRegistration.scala Maven / Gradle / Ivy

Go to download

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy