Package org.apache.hadoop.hive.serde2

Interface Summary
Deserializer HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants.
SerDe A union of HiveDeserializer and HiveSerializer interface.
Serializer HiveSerializer is used to serialize data to a Hadoop Writable object.
 

Class Summary
ByteStream Extensions to bytearrayinput/output streams
ByteStream.Input  
ByteStream.Output  
ByteStreamTypedSerDe  
ColumnProjectionUtils  
ColumnSet  
MetadataTypedColumnsetSerDe  
SerDeUtils  
TestTCTLSeparatedProtocol  
TypedSerDe  
 

Exception Summary
SerDeException Generic exception class for SerDes
 



Copyright © 2009 The Apache Software Foundation