Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
Description
Given the current constraints of the AvroSchema derive macro, it is possible to also derive the following implementations:
impl From<apache_avro::types::Value> for X {...} impl from<X> for apache_avro::types::Value {...}
With these traits implemented, serialization in Avro becomes considerably simpler, for schemas that are already generated through a derive macro.
Attachments
Issue Links
- links to