- Nov 09, 2016
-
-
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
-
- Sep 21, 2016
-
-
Frederik Carlier authored
If the C# enum name does not match the JSON value, add an EnumMember attribute to ensure the mapping is done properly
-