A declarative serialization framework for controlling formatting of data at the byte and bit level using field bindings, converters, and code.
292
stars
62
forks
source link
[FEATURE REQUEST] SerializeWhen comparer operator #177
Closed
sn4k3 closed 2 years ago
Would be usefull to have operators on SerializeWhen or a new SerializeWhenCompare attribute
So, for example, i can have: [SerializeWhenCompare (nameof(Version), Enum.GreaterThan, 2)] which will be serialized when version is > than 2
Operators: