Class DeepSerializedValue
DeepSerializedValue
public sealed class DeepSerializedValue
- Inheritance
-
DeepSerializedValue
- Inherited Members
Properties
ObjectId
objectId
[JsonPropertyName("objectId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ObjectId { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public DeepSerializedValueTypeValues Type { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object Value { get; set; }
Property Value
WeakLocalObjectReference
weakLocalObjectReference
[JsonPropertyName("weakLocalObjectReference")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? WeakLocalObjectReference { get; set; }
Property Value
- long?