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, toStringpublic DelimitedJSONSerDe()
throws SerDeException
SerDeExceptionpublic java.lang.Object deserialize(Writable field)
throws SerDeException
deserialize in interface Deserializerdeserialize in class LazySimpleSerDefield - the Writable that contains the dataSerDeExceptionDeserializer.deserialize(Writable)protected void serializeField(ByteStream.Output out, java.lang.Object obj, ObjectInspector objInspector, LazySimpleSerDe.SerDeParameters serdeParams) throws SerDeException
serializeField in class LazySimpleSerDeSerDeExceptionCopyright © 2012 The Apache Software Foundation