com.miguno.kafka

avro

package avro

Visibility
  1. Public
  2. All

Type Members

  1. class AvroDecoder[T <: SpecificRecordBase] extends Decoder[T]

    We must explicitly require the user to supply the schema -- even though it is readily available through T -- because of Java's type erasure.

  2. class AvroEncoder[T <: SpecificRecordBase] extends Encoder[T]

    We must explicitly require the user to supply the schema -- even though it is readily available through T -- because of Java's type erasure.

Ungrouped