serialize

abstract fun serialize(value: Any, context: BlackboardEntrySerializationContext = BlackboardEntrySerializationContext()): SerializedBlackboardValue

Convert a live blackboard value into a durable payload.

The returned SerializedBlackboardValue must contain enough type and format information for this serializer, or another compatible serializer, to restore the value later.