eishay / jvm-serializers

Benchmark comparing serialization libraries on the JVM
http://groups.google.com/group/java-serialization-benchmarking
3.28k stars 560 forks source link

Can't seem to find the referenced Avro media classes: Image, Media, and MediaContent #79

Closed wintsonpryme closed 5 years ago

wintsonpryme commented 6 years ago

The serializers in the serializers.avro directory all have media imports that do not exist in the library. The media sub-directory under the serializers.avro directory does not exist. Here are the non-existent imports:

import serializers.avro.media.Image; import serializers.avro.media.Media; import serializers.avro.media.MediaContent;

What am I missing?

cowtowncoder commented 6 years ago

Project is built using make, so do that. It will generate and compile various classes.