Description
C++ applications can serialize and deserialize structured data using Apache Avro schemas. It is useful for developers building services, tools, or data-processing components that exchange Avro records.
This is a programming library. Schema evolution, compatibility, and validation need to be designed carefully so different systems keep reading each other's data.