Uses of Interface
io.confluent.kafka.schemaregistry.storage.serialization.Serializer
Packages that use Serializer
Package
Description
-
Uses of Serializer in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return SerializerConstructors in io.confluent.kafka.schemaregistry.storage with parameters of type SerializerModifierConstructorDescriptionInMemoryCache(Serializer<K, V> serializer) KafkaSchemaRegistry(SchemaRegistryConfig config, Serializer<SchemaRegistryKey, SchemaRegistryValue> serializer) KafkaStore(SchemaRegistryConfig config, StoreUpdateHandler<K, V> storeUpdateHandler, Serializer<K, V> serializer, Store<K, V> localStore, K noopKey) KafkaStoreReaderThread(String bootstrapBrokers, String topic, String groupId, StoreUpdateHandler<K, V> storeUpdateHandler, Serializer<K, V> serializer, Store<K, V> localStore, org.apache.kafka.clients.producer.Producer<byte[], byte[]> producer, K noopKey, AtomicBoolean initialized, SchemaRegistryConfig config) -
Uses of Serializer in io.confluent.kafka.schemaregistry.storage.serialization
Classes in io.confluent.kafka.schemaregistry.storage.serialization that implement Serializer