public class EncryptionKeySerializer extends Object implements org.apache.kafka.common.serialization.Serializer<EncryptionKey>
| Constructor and Description |
|---|
EncryptionKeySerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,?> configs,
boolean isKey) |
byte[] |
serialize(String topic,
EncryptionKey key) |
public void configure(Map<String,?> configs, boolean isKey)
configure in interface org.apache.kafka.common.serialization.Serializer<EncryptionKey>public byte[] serialize(String topic, EncryptionKey key)
serialize in interface org.apache.kafka.common.serialization.Serializer<EncryptionKey>Copyright © 2026 Confluent, Inc.. All rights reserved.