public abstract class DynamicSerDeTypeBase extends DynamicSerDeSimpleNode implements Serializable
fieldid, name, thrift_mode
children, id, parent, parser
Constructor and Description |
---|
DynamicSerDeTypeBase(int i) |
DynamicSerDeTypeBase(thrift_grammar p,
int i) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot) |
Object |
get(Object obj) |
Class |
getRealType() |
byte |
getType() |
void |
initialize() |
boolean |
isList() |
boolean |
isMap() |
boolean |
isPrimitive() |
abstract void |
serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot) |
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
public DynamicSerDeTypeBase(int i)
public DynamicSerDeTypeBase(thrift_grammar p, int i)
public void initialize()
public Class getRealType() throws SerDeException
SerDeException
public abstract Object deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot) throws SerDeException, org.apache.thrift.TException, IllegalAccessException
SerDeException
org.apache.thrift.TException
IllegalAccessException
public abstract void serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException, SerDeException, NoSuchFieldException, IllegalAccessException
org.apache.thrift.TException
SerDeException
NoSuchFieldException
IllegalAccessException
public String toString()
toString
in class SimpleNode
public byte getType()
public boolean isPrimitive()
public boolean isList()
public boolean isMap()
Copyright © 2017 The Apache Software Foundation. All rights reserved.