public class UberSerdes
extends java.lang.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,
java.lang.Class<T> clazz) |
static UberSerde<java.lang.Long> |
longs() |