public interface Serializer extends SerDe
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.apache.hadoop.io.Writable> |
getSerializedClass()
Returns the Writable class that would be returned by the serialize method.
|
org.apache.hadoop.io.Writable |
serialize(Object obj,
ObjectInspector objInspector)
Serialize an object by navigating inside the Object with the
ObjectInspector.
|
getSerDeStats, handleJobLevelConfigurationClass<? extends org.apache.hadoop.io.Writable> getSerializedClass()
org.apache.hadoop.io.Writable serialize(Object obj, ObjectInspector objInspector) throws SerDeException
SerDeExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.