public class DelimitedJSONSerDe extends LazySimpleSerDe
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
charsetconfigErrors| Constructor and Description |
|---|
DelimitedJSONSerDe() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doDeserialize(org.apache.hadoop.io.Writable field)
Not implemented.
|
protected void |
serializeField(ByteStream.Output out,
Object obj,
ObjectInspector objInspector,
LazySerDeParameters serdeParams) |
doSerialize, getObjectInspector, getSerDeStats, getSerializedClass, initialize, serialize, toString, transformFromUTF8, transformToUTF8deserialize, serializegetConfigurationErrors, initializepublic DelimitedJSONSerDe()
throws SerDeException
SerDeExceptionpublic Object doDeserialize(org.apache.hadoop.io.Writable field) throws SerDeException
doDeserialize in class LazySimpleSerDefield - the Writable that contains the dataSerDeExceptionSerDe#deserialize(Writable)protected void serializeField(ByteStream.Output out, Object obj, ObjectInspector objInspector, LazySerDeParameters serdeParams) throws SerDeException
serializeField in class LazySimpleSerDeSerDeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.