Do not serialize schema default if it would be skipped by skip_serializing_if
attribute
This commit is contained in:
parent
8301a38b8f
commit
26c4099bbe
6 changed files with 42 additions and 42 deletions
|
@ -18,6 +18,7 @@ static SERDE_KEYWORDS: &[&str] = &[
|
|||
"alias",
|
||||
"skip",
|
||||
"skip_serializing",
|
||||
"skip_serializing_if",
|
||||
"skip_deserializing",
|
||||
"other",
|
||||
"flatten",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue