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

dev.codeflush.baseencoder.compatibility.Serializer Maven / Gradle / Ivy

The newest version!
package dev.codeflush.baseencoder.compatibility;

import java.io.IOException;
import java.io.OutputStream;

public interface Serializer {

    void serialize(IMPL typeInformation, Object object, OutputStream out) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy