Skip to content

yabqiu/apache-avro-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache Avro Demo

This project Demonstrates how to use Apache Avro to serialize/deserialize object.

Execute

mvn exec:java -Dexec.mainClass=cc.unmi.AvroDataTranser

Generates cc.unmi.data.User.java class file, and get the print out

Same object? false
Objects equal? true
All fields: {"name": "Yanbin", "address": "Chicago"}

That verifies serializing/deserializing is passed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages