public class DelimitedJSONSerDe extends LazySimpleSerDe
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG |
charset
configErrors
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, transformToUTF8
deserialize, serialize
getConfigurationErrors, initialize
public DelimitedJSONSerDe() throws SerDeException
SerDeException
public Object doDeserialize(org.apache.hadoop.io.Writable field) throws SerDeException
doDeserialize
in class LazySimpleSerDe
field
- the Writable that contains the dataSerDeException
SerDe#deserialize(Writable)
protected void serializeField(ByteStream.Output out, Object obj, ObjectInspector objInspector, LazySerDeParameters serdeParams) throws SerDeException
serializeField
in class LazySimpleSerDe
SerDeException
Copyright © 2017 The Apache Software Foundation. All rights reserved.