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

org.zbus.remoting.znet.Codec Maven / Gradle / Ivy

The newest version!
package org.zbus.remoting.znet; 

public interface Codec{
	public IoBuffer encode(Object msg);
	public Object decode(IoBuffer buff);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy