Kriskras99 opened a new issue, #254: URL: https://github.com/apache/avro-rs/issues/254
Looking at the documentation of [`Serializer::is_human_readable`](https://docs.rs/serde/latest/serde/trait.Serializer.html#method.is_human_readable) and [`Deserializer::is_human_readable`](https://docs.rs/serde/latest/serde/trait.Deserializer.html#method.is_human_readable) it seems to me that `is_human_readable` is intended to be used by the type that is being (de)serialized to know if the format is human readable. As Avro is not a human readable format, this should always be `false` (it currently defaults to `true`) and this API to change the implementation should be removed. Doing this is a breaking change, so might be nice to combine with the async work (if we implement that). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
