Module serde_with::rust::sets_first_value_wins[][src]

👎 Deprecated:

This module does nothing. Remove the attribute. Serde’s default behavior is to use the first value when deserializing a set.

Expand description

DEPRECATED Ensure that the first value is taken, if duplicate values exist

This module implements the default behavior in serde.

Functions

deserializeDeprecated

Deserialize a set and keep the first of equal values

serializeDeprecated

Serialize the set with the default serializer