@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 propertiesSerDeExceptionjava.lang.Object deserialize(Writable blob)
throws SerDeException
blob - The Writable object containing a serialized objectSerDeExceptionObjectInspector getObjectInspector() throws SerDeException
SerDeExceptionSerDeStats getSerDeStats()
Copyright © 2012 The Apache Software Foundation