Home > AvroExample

AvroExample

AvroExample is a project mainly written in Java, it's free.

A simple example of how to use Avro in Java.

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

Previous:demo_app