Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 160 Bytes

File metadata and controls

7 lines (6 loc) · 160 Bytes

Avro Example

This is a basic example of how to use Avro in Java. It serializes and deserializes a pair of strings.

Type mvn exec:java to run