Constructors
Methods
-
To
String() virtual Returns a String that represents this instance.
Properties
-
Attribute
Provider Gets or sets the IAttributeProvider for this property. - Converter Gets or sets the JsonConverter for the property. If set this converter takes precedence over the contract converter for the property type.
-
Declaring
Type Gets or sets the type that declared this property. -
Default
Value Gets the default value. -
Default
Value Gets or sets the property default value handling.Handling -
Get
Is Gets or sets a predicate used to determine whether the property should be serialized.Specified -
Has
Member Gets or sets a value indicating whether this JsonProperty has a member attribute.Attribute - Ignored Gets or sets a value indicating whether this JsonProperty is ignored.
-
Is
Reference Gets or sets a value indicating whether this property preserves object references. -
Is
Required Gets a value indicating whether Required has a value specified.Specified -
Item
Converter Gets or sets the converter used when serializing the property's collection items. -
Item
Is Gets or sets whether this property's collection items are serialized as a reference.Reference -
Item
Reference Gets or sets the reference loop handling used when serializing the property's collection items.Loop Handling -
Item
Type Gets or sets the type name handling used when serializing the property's collection items.Name Handling -
Member
Converter Gets or sets the member converter. -
Null
Value Gets or sets the property null value handling.Handling -
Object
Creation Gets or sets the property object creation handling.Handling - Order Gets or sets the order of serialization of a member.
-
Property
Contract -
Property
Name Gets or sets the name of the property. -
Property
Type Gets or sets the type of the property. - Readable Gets or sets a value indicating whether this JsonProperty is readable.
-
Reference
Loop Gets or sets the property reference loop handling.Handling - Required Gets or sets a value indicating whether this JsonProperty is required.
-
Set
Is Gets or sets an action used to set whether the property has been deserialized.Specified -
Should
Deserialize Gets or sets a predicate used to determine whether the property should be deserialized. -
Should
Serialize Gets or sets a predicate used to determine whether the property should be serialized. -
Type
Name Gets or sets or sets the type name handling.Handling -
Underlying
Name Gets or sets the name of the underlying member or parameter. -
Value
Provider Gets the IValueProvider that will get and set the JsonProperty during serialization. - Writable Gets or sets a value indicating whether this JsonProperty is writable.