SerializerTests
SerializerTests copied to clipboard
Apache Avro Serializer Support
Hello, when you get the time, would it be possible to add Apache Avro to your list of serializers, please? It has some nice dynamic typing features, but I'm curious to see how it stacks-up against the competition.
https://avro.apache.org/docs/current/
Thanks!
Avro looks not easy to consume (https://shanidgafur.github.io/blog/apache-avro-on-dotnet). I am not sure if that pays off. The bar I have put is it must be at least as fast as protobuf to enter. Since this is mainly used by Java I doubt I will find high perf code there. But you are welcome to prove me wrong and provide a PR for it.