Class KeysetWrapperSerializer

java.lang.Object
io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapperSerializer
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.kafka.common.serialization.Serializer<KeysetWrapper>

public class KeysetWrapperSerializer extends Object implements org.apache.kafka.common.serialization.Serializer<KeysetWrapper>
  • Constructor Details

  • Method Details

    • serialize

      public byte[] serialize(String topic, KeysetWrapper key)
      Specified by:
      serialize in interface org.apache.kafka.common.serialization.Serializer<KeysetWrapper>