Noemax.Newtonsoft.Json Namespace : JsonPropertyAttribute Class |
The following tables list the members exposed by JsonPropertyAttribute.
Name | Description | |
---|---|---|
![]() | JsonPropertyAttribute Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DefaultValueHandling | Gets or sets the default value handling used when serializing this property. |
![]() | IsReference | Gets or sets whether this property's value is serialized as a reference. |
![]() | ItemConverterType | Gets or sets the converter used when serializing the property's collection items. |
![]() | ItemIsReference | Gets or sets whether this property's collection items are serialized as a reference. |
![]() | ItemReferenceLoopHandling | Gets or sets the the reference loop handling used when serializing the property's collection items. |
![]() | ItemTypeNameHandling | Gets or sets the the type name handling used when serializing the property's collection items. |
![]() | NullValueHandling | Gets or sets the null value handling used when serializing this property. |
![]() | ObjectCreationHandling | Gets or sets the object creation handling used when deserializing this property. |
![]() | Order | Gets or sets the order of serialization and deserialization of a member. |
![]() | PropertyName | Gets or sets the name of the property. |
![]() | ReferenceLoopHandling | Gets or sets the reference loop handling used when serializing this property. |
![]() | Required | Gets or sets a value indicating whether this property is required. |
![]() | TypeId | (Inherited from System.Attribute) |
![]() | TypeNameHandling | Gets or sets the type name handling used when serializing this property. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from System.Attribute) |
![]() | GetHashCode | (Inherited from System.Attribute) |
![]() | IsDefaultAttribute | (Inherited from System.Attribute) |
![]() | Match | (Inherited from System.Attribute) |