Kriskras99 opened a new issue, #406:
URL: https://github.com/apache/avro-rs/issues/406

   The Serde `Serializer` documentations mentions this for `char`:
   If the format does not support characters, it is reasonable to serialize it 
as a single element `str` or a `u32`.
   
   I think it would be good to implement `char` as a single character `String`.
   
   For `u64` we could serialize it as a `Fixed(u8; 8)` and for `i128`/`u128` we 
could serialize it as a `Fixed(u8; 16)`.
   
   What do you think?


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