.Net
Dev friendly Avro serializer for C# .NET – and Avro Api idea as a replacement for JSON
Apache Avro is a data format that combines the readability of JSON and the compression of binary data serialization. Simply – models structure is sent in the header, but data itself is well-compressed to bytes. Read more…