DeepSerializedValue

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

Represents deep serialized value.

Constructors

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

Properties

Link copied to clipboard
val objectId: String? = null
Link copied to clipboard
Link copied to clipboard
val value: JsonElement? = null
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.