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

com.github.thorbenkuck.network.encoding.ObjectEncoder Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.network.encoding;

import com.github.thorbenkuck.network.exceptions.FailedEncodingException;

public interface ObjectEncoder {

	byte[] apply(Object object) throws FailedEncodingException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy