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

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

package org.zbus.remoting.nio; 

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy