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

java.IProtocolRegistration 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}

public interface IProtocolRegistration {
    short protocolId();

    void write(ByteBuffer buffer, Object packet);

    Object read(ByteBuffer buffer);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy