Class JsonSerializerReader.CreatorPropertyContext
Inheritance
System.Object
JsonSerializerReader.CreatorPropertyContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Serialization
Assembly: Bayat.Json.Runtime.dll
Syntax
public class CreatorPropertyContext
Fields
| Improve this Doc View SourceConstructorProperty
Declaration
public JsonProperty ConstructorProperty
Field Value
Type | Description |
---|---|
JsonProperty |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Presence
Declaration
public JsonSerializerReader.PropertyPresence? Presence
Field Value
Type | Description |
---|---|
System.Nullable<JsonSerializerReader.PropertyPresence> |
Property
Declaration
public JsonProperty Property
Field Value
Type | Description |
---|---|
JsonProperty |
Used
Declaration
public bool Used
Field Value
Type | Description |
---|---|
System.Boolean |
Value
Declaration
public object Value
Field Value
Type | Description |
---|---|
System.Object |