public class UberSerdes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UberSerdes.DelegatingUberSerde<T> |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.io.BaseEncoding |
BASE_64 |
| Constructor and Description |
|---|
UberSerdes() |
| Modifier and Type | Method and Description |
|---|---|
static <T> UberSerde<T> |
fromSerde(org.apache.kafka.common.serialization.Serde<T> serde,
Class<T> clazz) |
static UberSerde<Long> |
longs() |