序列化:把结构化的对象转换成字节流,使得能够在系统中或网络中通信


需要把数据存储到hadoop的hbase


常用序列化系统

thrift (hive,hbase)

Protocol Buffer (google)

avro