org.apache.hadoop.hive.serde2
Interface SerDe

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

Deprecated.

@Deprecated
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 All serdes should extend the abstract class AbstractSerDe, and eventually SerDe interface should be removed


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 © 2014 The Apache Software Foundation. All rights reserved.