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

Serialize to binary if the serde format is not human readable #104

Merged
merged 2 commits into from
Nov 2, 2017

Commits on Nov 1, 2017

  1. Serialize to binary if the serde format is not human readable

    This uses the
    [is_human_readable](https://github.com/serde-rs/serde/releases/tag/v1.0.16)
    method added in serde 1.0.16 to serialize uuid's in a more compact
    form if the serialized format does not need to be human readable.
    
    (Maybe) related uuid-rs#90
    
    BREAKING CHANGE
    
    If serde serialization is used with non-human-readable format then
    uuid's will be serialized as bytes instead of strings
    Markus Westerlind committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    7897dc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Remove use of serde_test since it cant be used if is_human_readable i…

    …s called
    Markus Westerlind committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    59d13cc View commit details
    Browse the repository at this point in the history