-
Frederik Carlier authored
- Set NullValueHandling to NullValueHandling.Ignore, so that null values are not serialized - If .NET primitive types (like bool or long) are optional, use nulltable types, so that they can be ignored when serializing
Frederik Carlier authored- Set NullValueHandling to NullValueHandling.Ignore, so that null values are not serialized - If .NET primitive types (like bool or long) are optional, use nulltable types, so that they can be ignored when serializing