ProcedureMapper

interface ProcedureMapper<T : Goal>

Functions

Link copied to clipboard
abstract fun deserialize(arguments: SerializedValue): T
Link copied to clipboard
abstract fun serialize(procedure: T): SerializedValue
Link copied to clipboard
abstract fun valueSchema(): ValueSchema