@Deprecated
public interface Serializer
Modifier and Type | Method and Description |
---|---|
SerDeStats |
getSerDeStats()
Deprecated.
Returns statistics collected when serializing
|
java.lang.Class<? extends Writable> |
getSerializedClass()
Deprecated.
Returns the Writable class that would be returned by the serialize method.
|
void |
initialize(Configuration conf,
java.util.Properties tbl)
Deprecated.
Initialize the HiveSerializer.
|
Writable |
serialize(java.lang.Object obj,
ObjectInspector objInspector)
Deprecated.
Serialize an object by navigating inside the Object with the
ObjectInspector.
|
void initialize(Configuration conf, java.util.Properties tbl) throws SerDeException
conf
- System propertiestbl
- table propertiesSerDeException
java.lang.Class<? extends Writable> getSerializedClass()
Writable serialize(java.lang.Object obj, ObjectInspector objInspector) throws SerDeException
SerDeException
SerDeStats getSerDeStats()
Copyright © 2012 The Apache Software Foundation