@Deprecated public class DefaultSerializationDelegate extends Object implements SerializationDelegate
| Constructor and Description | 
|---|
DefaultSerializationDelegate()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
deserialize(byte[] bytes,
           Class<T> clazz)
Deprecated.  
  | 
void | 
prepare(Map stormConf)
Deprecated.  
Lifecycle step that will be called after instantiating with nullary constructor. 
 | 
byte[] | 
serialize(Object object)
Deprecated.  
  | 
public void prepare(Map stormConf)
SerializationDelegateLifecycle step that will be called after instantiating with nullary constructor.
prepare in interface SerializationDelegatepublic byte[] serialize(Object object)
serialize in interface SerializationDelegatepublic <T> T deserialize(byte[] bytes,
                         Class<T> clazz)
deserialize in interface SerializationDelegateCopyright © 2022 The Apache Software Foundation. All Rights Reserved.