K
- the key type parameterV
- the value type parameterpublic final class TopicSerdes<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
org.apache.kafka.common.serialization.Serde<K> |
key
Serde for the key
|
org.apache.kafka.common.serialization.Serde<V> |
value
Serde for the value
|
Constructor and Description |
---|
TopicSerdes() |
Copyright © 2019. All rights reserved.