如何使用org.apache.avro.Schema从Avro中的org.apache.avro.generic.GenericData.Record创建Java对象

时间:2018-11-02 14:10:00

标签: java serialization deserialization avro

我需要从Avro中的Record对象获取用户定义的对象“ Customer”。我有架构。下面是代码段。

public Customer getCustomer(Record record, Schema schema){
//Parse the record using the schema to get the customer object.

}

Same Schema用于序列化数据并生成Customer类。

任何帮助将不胜感激,因为我是Apache Avro的新手。 先感谢您。 :)

0 个答案:

没有答案