Serialized Blackboard Value
constructor(typeName: String, contentType: String, payload: ByteArray, metadata: Map<String, String> = emptyMap())
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