org.apache.hadoop.hive.serde2
Interface SerDe

All Superinterfaces:
Deserializer, Serializer
All Known Implementing Classes:
BinarySortableSerDe, ByteStreamTypedSerDe, ColumnarSerDe, DynamicSerDe, LazyBinarySerDe, LazySimpleSerDe, MetadataTypedColumnsetSerDe, 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, initialize
 
Methods inherited from interface org.apache.hadoop.hive.serde2.Serializer
getSerializedClass, initialize, serialize
 



Copyright © 2009 The Apache Software Foundation