Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config to choose binary vs human-readable, for Serializer and Deserializer #257

Merged
merged 2 commits into from
Sep 13, 2020

Conversation

joshtriplett
Copy link
Contributor

Add a defaulted type parameter to Deserializer and all its auxiliary
types, threading the config ZSTs through. Delegate
Serializer::is_human_readable and Deserializer::is_human_readable to
the config. Test round-tripping for the new config variants this
introduces.

…erializer

Add a defaulted type parameter to `Deserializer` and all its auxiliary
types, threading the config ZSTs through. Delegate
`Serializer::is_human_readable` and `Deserializer::is_human_readable` to
the config. Test round-tripping for the new config variants this
introduces.
@kornelski kornelski merged commit 86709d5 into 3Hren:master Sep 13, 2020
@kornelski
Copy link
Collaborator

Very nice. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants