Releases: serdedotnet/serde
Releases · serdedotnet/serde
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Release v0.3.4
Minor release with some bug fixes and change in nullable behavior.
Null values will now automatically result in the field being skipped, instead of null being serialized. This saves output space. The attributes have been adjusted to allow configuration back to the old behavior.
Deserialization will also now accept missing fields as null by default, as long as those fields had types which were annotated as nullable.