Similar to Json.NET
[JsonProperty(NullValueHandling=NullValueHandling.Ignore)]
We want to reduce the json size by ignoring those null property. I read your AttributedDestructuringPolicy.cs class and see no options to add a custom attribute to the framework.
Thanks