Class AvroSerde<T>

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.kafka.common.serialization.Serde<T>

    public class AvroSerde<T>
    extends AbstractSerde<T>
    Wraps the AvroKafkaSerializer and AvroKafkaDeserializer.
    • Constructor Detail

      • AvroSerde

        public AvroSerde()