Different serialization settings
More...
|
| static JsonSerializerSettings | Default [get] |
| | Default settings are to ignore/repopulate default values and only give type names when necessary More...
|
| |
| static JsonSerializerSettings | DefaultWithTypes [get] |
| | Default settings are to ignore/repopulate default values and only give type names when necessary More...
|
| |
| static JsonSerializerSettings | Minimal [get] |
| | Minimal settings are to ignore/repopulate default values ignore and null values and empty lists More...
|
| |
| static JsonSerializerSettings | MinimalWithTypes [get] |
| | Minimal settings are to ignore/repopulate default values ignore and null values and empty lists, but to include type names when needed More...
|
| |
Different serialization settings
◆ Default
| JsonSerializerSettings Sphyrnidae.Common.Serialize.SerializationSettings.Default |
|
staticget |
Default settings are to ignore/repopulate default values and only give type names when necessary
◆ DefaultWithTypes
| JsonSerializerSettings Sphyrnidae.Common.Serialize.SerializationSettings.DefaultWithTypes |
|
staticget |
Default settings are to ignore/repopulate default values and only give type names when necessary
◆ Minimal
| JsonSerializerSettings Sphyrnidae.Common.Serialize.SerializationSettings.Minimal |
|
staticget |
Minimal settings are to ignore/repopulate default values ignore and null values and empty lists
◆ MinimalWithTypes
| JsonSerializerSettings Sphyrnidae.Common.Serialize.SerializationSettings.MinimalWithTypes |
|
staticget |
Minimal settings are to ignore/repopulate default values ignore and null values and empty lists, but to include type names when needed
The documentation for this class was generated from the following file:
- C:/Users/dougb/Desktop/Sphyrnidae/New/Common/Common/Serialize/SerializationSettings.cs