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 impl Serialize and Deserialize for Option<Url> #279

Merged
merged 1 commit into from Feb 19, 2017

Commits on Feb 19, 2017

  1. Add impl Serialize and Deserialize for Option<Url>

    This commit is adding impl Serialize and Deserialize for Option<Url>
    which is intended to be used with serde serliaze_with and
    deserialize_with for derived ser/deser when an url field is optional.
    
    This commit is also adding some tests for derived Serialize and
    Deserialize via serde serialize_with and deserialize_with, as
    custom_derive is stable since rust 1.15.
    mhristache committed Feb 19, 2017
You can’t perform that action at this time.