public abstract class BaseSerializerProxy<T,C extends BaseSerializerProxyConfig<T>> extends BaseProxy<C> implements SerializerProxy<T>
| Modifier and Type | Field and Description |
|---|---|
protected SerializerProxy<T> |
backingSerializer |
| Constructor and Description |
|---|
BaseSerializerProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(java.time.Duration timeout) |
protected void |
configure(C config) |
byte[] |
serialize(java.lang.String topic,
T object) |
close, getConfig, getConfigsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, configuregetConfig, getConfigs, getStringConfigprotected SerializerProxy<T> backingSerializer
protected void configure(C config)
public void close(java.time.Duration timeout)
Copyright © 2020–2022 Axual B.V.. All rights reserved.