SerializedBlackboardValue

data class SerializedBlackboardValue(val typeName: String, val contentType: String, val payload: ByteArray, val metadata: Map<String, String> = emptyMap())

Serialized representation of a blackboard value.

Parameters

typeName

logical or JVM type name used by the serializer to restore this value

contentType

media type of payload, for example application/json

payload

serialized bytes for the value

metadata

optional serializer-specific metadata, such as schema version or entity class

Constructors

Link copied to clipboard
constructor(typeName: String, contentType: String, payload: ByteArray, metadata: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int