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

com.rtbhouse.utils.avro.FastDeserializer Maven / Gradle / Ivy

The newest version!
package com.rtbhouse.utils.avro;

import java.io.IOException;

import org.apache.avro.io.Decoder;

public interface FastDeserializer {

    Type deserialize(Decoder d) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy