Sources:avro.apache
Download Avro-core and tool jars
Write schema file for avro
Build java classes and package by executing java jar avro-tool with schema file as parameter..
Use built classes to create objects
use DatumWriter over DatumFileWriter to store objects to file..
use DatumReader over DatumFileReader to read objects from file..