@Deprecated
public interface Deserializer
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
deserialize(Writable blob)
Deprecated.
Deserialize an object out of a Writable blob.
|
ObjectInspector |
getObjectInspector()
Deprecated.
Get the object inspector that can be used to navigate through the internal
structure of the Object returned from deserialize(...).
|
SerDeStats |
getSerDeStats()
Deprecated.
Returns statistics collected when serializing
|
void |
initialize(Configuration conf,
java.util.Properties tbl)
Deprecated.
Initialize the HiveDeserializer.
|
void initialize(Configuration conf, java.util.Properties tbl) throws SerDeException
conf
- System propertiestbl
- table propertiesSerDeException
java.lang.Object deserialize(Writable blob) throws SerDeException
blob
- The Writable object containing a serialized objectSerDeException
ObjectInspector getObjectInspector() throws SerDeException
SerDeException
SerDeStats getSerDeStats()
Copyright © 2012 The Apache Software Foundation