public interface SerializationDelegate
Allow Utils
to delegate meta serialization.
Modifier and Type | Method and Description |
---|---|
<T> T |
deserialize(byte[] bytes,
Class<T> clazz) |
void |
prepare(Map<String,Object> topoConf)
Lifecycle step that will be called after instantiating with nullary constructor.
|
byte[] |
serialize(Object object) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.