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