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

com.landoop.lenses.lsql.serde.Serializer Maven / Gradle / Ivy

package com.landoop.lenses.lsql.serde;

import org.apache.avro.generic.GenericRecord;

import java.io.Closeable;

public interface Serializer extends Closeable {
    byte[] serialize(GenericRecord record);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy