org.apache.hadoop.hive.serde2
Interface SerDe

All Superinterfaces:
Deserializer, Serializer
All Known Implementing Classes:
AvroSerDe, BinarySortableSerDe, ByteStreamTypedSerDe, ColumnarSerDe, ColumnarSerDeBase, DelimitedJSONSerDe, DynamicSerDe, LazyBinaryColumnarSerDe, LazyBinarySerDe, LazySimpleSerDe, MetadataTypedColumnsetSerDe, NullStructSerDe, RegexSerDe, TestSerDe, ThriftByteStreamTypedSerDe, TypedSerDe

public interface SerDe
extends Deserializer, Serializer

A union of HiveDeserializer and HiveSerializer interface. If a developer wants his hive table to be read-only, then he just want to return both readable and writable, then


Method Summary
 
Methods inherited from interface org.apache.hadoop.hive.serde2.Deserializer
deserialize, getObjectInspector, getSerDeStats, initialize
 
Methods inherited from interface org.apache.hadoop.hive.serde2.Serializer
getSerDeStats, getSerializedClass, initialize, serialize
 



Copyright © 2013 The Apache Software Foundation