be.bagofwords.util.ByteArraySerializable Maven / Gradle / Ivy
package be.bagofwords.util;
/**
* Created by Koen Deschacht ([email protected]) on 26/10/14.
*/
public interface ByteArraySerializable {
public byte[] toByteArray();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy