Class AvroGenericDeserializer<V>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AvroGenericDeserializer​(org.apache.avro.io.DatumReader<V> datumReader)  
        AvroGenericDeserializer​(org.apache.avro.Schema writer, org.apache.avro.Schema reader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V deserialize​(byte[] bytes)  
      V deserialize​(java.nio.ByteBuffer byteBuffer)  
      V deserialize​(org.apache.avro.io.BinaryDecoder decoder)  
      V deserialize​(V reuseRecord, byte[] bytes)  
      V deserialize​(V reuseRecord, java.io.InputStream in, org.apache.avro.io.BinaryDecoder reusedDecoder)  
      V deserialize​(V reuse, java.nio.ByteBuffer byteBuffer, org.apache.avro.io.BinaryDecoder reusedDecoder)  
      V deserialize​(V reuseRecord, org.apache.avro.io.BinaryDecoder decoder)  
      java.util.List<V> deserializeObjects​(byte[] bytes)  
      java.util.List<V> deserializeObjects​(org.apache.avro.io.BinaryDecoder decoder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait