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

at.borkowski.scovillej.services.comm.Serializer Maven / Gradle / Ivy

package at.borkowski.scovillej.services.comm;

public interface Serializer {
   public byte[] serialize(T object);

   public T deserialize(byte[] bytes);

   public Class getSerializedClass();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy