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

com.clickhouse.client.api.insert.POJOSerializer Maven / Gradle / Ivy

The newest version!
package com.clickhouse.client.api.insert;

import java.io.IOException;
import java.io.OutputStream;
import java.lang.reflect.InvocationTargetException;

public interface POJOSerializer {
    void serialize(Object obj, OutputStream outputStream) throws InvocationTargetException, IllegalAccessException, IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy