Closed leostera closed 8 months ago
This PR adds a new deserialize_key feature to read the name of a field before deserializing the actual field value.
deserialize_key
This helps implement manual and derived unordered-field deserializer and closes #10.
We also implemented support for the JSON data format, and extend our drivers to generate unordered-field by default.
This PR adds a new
deserialize_key
feature to read the name of a field before deserializing the actual field value.This helps implement manual and derived unordered-field deserializer and closes #10.
We also implemented support for the JSON data format, and extend our drivers to generate unordered-field by default.