Do not serialize schema default if it would be skipped by skip_serializing_if attribute

This commit is contained in:
Graham Esau 2019-12-09 12:34:28 +00:00
parent 8301a38b8f
commit 26c4099bbe
6 changed files with 42 additions and 42 deletions

View file

@ -18,6 +18,7 @@ static SERDE_KEYWORDS: &[&str] = &[
"alias",
"skip",
"skip_serializing",
"skip_serializing_if",
"skip_deserializing",
"other",
"flatten",