If we want to encode the data then we have two options as of now.

   - A binary encoder, which encodes into binary Avro data
   avro::binaryEncoder()
   
<http://avro.apache.org/docs/current/api/cpp/html/namespaceavro.html#ad0158bd2fc76615b68db68d7e4f7c4f6>
   - A JSON encoder, which encodes into JSON Avro data avro::jsonEncoder()
   
<http://avro.apache.org/docs/current/api/cpp/html/namespaceavro.html#a0847ef62f42f6f0d0af28da9f7c7cf15>

Do we have XML Encoding option as well? I may be asking silly question here
but just wanted to make sure do we have XML Encoding option or plan to have
it in future version?

Reply via email to