Class DeepSerializedValue
Represents deep serialized value.
public sealed record DeepSerializedValue : IEquatable<DeepSerializedValue>
- Inheritance
-
DeepSerializedValue
- Implements
- Inherited Members
Constructors
DeepSerializedValue(string)
Represents deep serialized value.
public DeepSerializedValue(string Type)
Parameters
Typestring
Properties
ObjectId
public string? ObjectId { get; init; }
Property Value
Type
public string Type { get; init; }
Property Value
Value
public JsonElement? Value { get; init; }
Property Value
WeakLocalObjectReference
Set if value reference met more then once during serialization. In such case, value is provided only to one of the serialized values. Unique per value in the scope of one CDP call.
public long? WeakLocalObjectReference { get; init; }
Property Value
- long?