DeepSerializedValue

@Serializable
data class DeepSerializedValue(val type: DeepSerializedValueType, val value: JsonElement? = null, val objectId: String? = null, val weakLocalObjectReference: Int? = null)

Represents deep serialized value.

Official doc

Constructors

Link copied to clipboard
constructor(type: DeepSerializedValueType, value: JsonElement? = null, objectId: String? = null, weakLocalObjectReference: Int? = null)

Properties

Link copied to clipboard
val objectId: String? = null

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val value: JsonElement? = null

(undocumented in the protocol definition)

Link copied to clipboard

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.