Closed spikefoo closed 7 years ago
Maybe we should formulate this the opposite way. show #[serde(skip)]
as the first attribute of the three, and then state that skip_serializing
and skip_deserializing
allow more fine-grained control
I agree. This commit should make it clear that skip
is the main attribute, and that skip_serializing
and skip_deserializing
are for rare edge cases.
Great!
Document serde#935, and recommend using the combined
skip
attribute instead ofskip_serializing
orskip_deserializing
.