Tagged “Java Deserialization”

Comparing Apache Avro vs Java Serialization

20 Jan, 2017

I did run a comparsion of Apache Avro v/s Java Serialization. Apache Avro consumed 15-20 times less memory to store the serialized data. I created a class with three fields (two String and one enum and serialized them with Avro and Java.

Tags:

See all tags.