public class GeoJsonToWKTSerDe
extends AbstractSerDe
| Constructor and Description | 
|---|
GeoJsonToWKTSerDe()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
deserialize(Writable w)  | 
ObjectInspector | 
getObjectInspector()  | 
SerDeStats | 
getSerDeStats()  | 
java.lang.Class<? extends Writable> | 
getSerializedClass()  | 
void | 
initialize(Configuration conf, java.util.Properties tbl)  | 
Writable | 
serialize(java.lang.Object arg0, ObjectInspector arg1)  | 
public java.lang.Object deserialize(Writable w)
                             throws SerDeException
SerDeException
public ObjectInspector getObjectInspector()
                                   throws SerDeException
SerDeExceptionpublic SerDeStats getSerDeStats()
public java.lang.Class<? extends Writable> getSerializedClass()
public void initialize(Configuration conf,
                       java.util.Properties tbl)
                throws SerDeException
SerDeException
public Writable serialize(java.lang.Object arg0,
                          ObjectInspector arg1)
                   throws SerDeException
SerDeExceptionCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.