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 stormConf)
Lifecycle step that will be called after instantiating with nullary constructor.
|
byte[] |
serialize(Object object) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.