Nullable and notnull Serialisation Properties
The C# 8 feature Nullable has been well received by myself and others into our workflows and has improved code bases immensely. However, there is one niggly workaround that I'm not a fan of, and that is = default!; problem definition // This class is used to serialise/deserialise a payload from…