alambov-md commented on issue #440:
URL: https://github.com/apache/avro-rs/issues/440#issuecomment-3800470399

   Hi @Kriskras99, technically the serialization result is defined not by 
`serde`, but by `uuid` crate 
[here](https://github.com/uuid-rs/uuid/blob/c3346ddf2a78ecadefbadaa83d22e263342745ca/src/external/serde_support.rs#L28),
 but I see what you mean.
   
   So just to understand, the expected behaviour is to produce errors when 
schema and serialisation results don't match?
   
   Additionally, do you see a custom `Serialize` implementation (for an struct 
with `Uuid` field for example) as a good way to ensure the serialisation result 
is aligned with the schema for both `serde_human_readable` `true` and `false`?


-- 
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]

Reply via email to