C-DEngine 5.105

cdeNewtonsoft.Json Namespace

Classes


  Class Description
Public class JsonIgnoreAttribute
Instructs the JsonSerializer not to serialize the public field or public read/write property value.
Public class JsonPropertyAttribute
Instructs the JsonSerializer to always serialize the member with the specified name.

Enumerations


  Enumeration Description
Public enumeration DefaultValueHandling
Specifies default value handling options for the JsonSerializer.
Public enumeration NullValueHandling
Specifies null value handling options for the JsonSerializer.
Public enumeration ObjectCreationHandling
Specifies how object creation is handled by the JsonSerializer.
Public enumeration ReferenceLoopHandling
Specifies reference loop handling options for the JsonSerializer.
Public enumeration Required
Indicating whether a property is required.
Public enumeration TypeNameHandling
Specifies type name handling options for the JsonSerializer.