public class GzipThriftSerializationDelegate extends Object implements SerializationDelegate
Note, this assumes it’s deserializing a gzip byte stream, and will err if it encounters any other serialization.
| Constructor and Description | 
|---|
GzipThriftSerializationDelegate()  | 
| 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)  | 
public void prepare(Map<String,Object> topoConf)
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.