cdeNewtonsoft.Json Namespace
Classes
| Class | Description | |
|---|---|---|
| 
                         | 
                      JsonIgnoreAttribute | 
                         
   Instructs the JsonSerializer not to serialize the public field or public read/write property value.
    
                       | 
                    
| 
                         | 
                      JsonPropertyAttribute | 
                         
   Instructs the JsonSerializer to always serialize the member with the specified name.
    
                       | 
                    
Enumerations
| Enumeration | Description | |
|---|---|---|
| 
                         | 
                      DefaultValueHandling | 
                         
   Specifies default value handling options for the JsonSerializer.
    
                       | 
                    
| 
                         | 
                      NullValueHandling | 
                         
   Specifies null value handling options for the JsonSerializer.
    
                       | 
                    
| 
                         | 
                      ObjectCreationHandling | 
                         
   Specifies how object creation is handled by the JsonSerializer.
    
                       | 
                    
| 
                         | 
                      ReferenceLoopHandling | 
                         
   Specifies reference loop handling options for the JsonSerializer.
    
                       | 
                    
| 
                         | 
                      Required | 
                         
   Indicating whether a property is required.
    
                       | 
                    
| 
                         | 
                      TypeNameHandling | 
                         
   Specifies type name handling options for the JsonSerializer.
    
                       |