Skip to content
Snippets Groups Projects
  • Frederik Carlier's avatar
    f795049b
    Better support for optional values: · f795049b
    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
    f795049b
    History
    Better support for optional values:
    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