Point out the correct statement.
A. Apache Avro is a framework that allows you to serialize data in a format that has a schema built in
B. The serialized data is in a compact binary format that doesn't require proxy objects or code generation
C. Including schemas with the Avro messages allows any application to deserialize the data
D. All of the mentioned
Answer: Option D
Join The Discussion