public interface Deserializer extends SerDe
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(org.apache.hadoop.io.Writable blob)
Deserialize an object out of a Writable blob.
|
ObjectInspector |
getObjectInspector()
Get the object inspector that can be used to navigate through the internal
structure of the Object returned from deserialize(...).
|
getSerDeStats, handleJobLevelConfigurationObject deserialize(org.apache.hadoop.io.Writable blob) throws SerDeException
blob - The Writable object containing a serialized objectSerDeExceptionObjectInspector getObjectInspector() throws SerDeException
SerDeExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.