![JAR search and dependency download from the Maven repository](/logo.png)
com.github.thorbenkuck.network.encoding.ObjectEncoder Maven / Gradle / Ivy
package com.github.thorbenkuck.network.encoding;
import com.github.thorbenkuck.network.exceptions.FailedEncodingException;
public interface ObjectEncoder {
byte[] apply(Object object) throws FailedEncodingException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy