Serialized Blackboard Value
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
type Name
logical or JVM type name used by the serializer to restore this value
content Type
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