public class DelimitedJSONSerDe extends LazySimpleSerDe
LazySimpleSerDe.SerDeParameters
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG |
DefaultSeparators, SERIALIZATION_EXTEND_NESTING_LEVELS
Constructor and Description |
---|
DelimitedJSONSerDe() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
deserialize(Writable field)
Not implemented.
|
protected void |
serializeField(ByteStream.Output out,
java.lang.Object obj,
ObjectInspector objInspector,
LazySimpleSerDe.SerDeParameters serdeParams) |
getByte, getObjectInspector, getSerDeStats, getSerializedClass, initialize, initSerdeParams, serialize, serialize, toString
public DelimitedJSONSerDe() throws SerDeException
SerDeException
public java.lang.Object deserialize(Writable field) throws SerDeException
deserialize
in interface Deserializer
deserialize
in class LazySimpleSerDe
field
- the Writable that contains the dataSerDeException
Deserializer.deserialize(Writable)
protected void serializeField(ByteStream.Output out, java.lang.Object obj, ObjectInspector objInspector, LazySimpleSerDe.SerDeParameters serdeParams) throws SerDeException
serializeField
in class LazySimpleSerDe
SerDeException
Copyright © 2012 The Apache Software Foundation