Skip to content
Snippets Groups Projects
Unverified Commit 02d0db5d authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Generate deserializers dynamically for nested types (#95)

This code replaces the hand-written deserializers that were used to serialize types like Instant & Blob with autogenerated code. A follow-on diff will do the same thing for serializers.

Once sufficiently developed (and if desired) this would allow us to completely remove our use of Serde-derived serializers with serializers & deserializers generated at codegen time.
parent 5c0bfa4f
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment