DurableClientConverter Class
Constructor
DurableClientConverter()
Methods
| check_input_type_annotation | |
| check_output_type_annotation | |
| decode | |
| encode | |
| has_implicit_output |
check_input_type_annotation
abstract classmethod check_input_type_annotation(pytype: type) -> bool
Parameters
| Name | Description |
|---|---|
|
pytype
Required
|
|
check_output_type_annotation
abstract classmethod check_output_type_annotation(pytype: type) -> bool
Parameters
| Name | Description |
|---|---|
|
pytype
Required
|
|
decode
abstract classmethod decode(data: Datum, *, trigger_metadata) -> Any
Parameters
| Name | Description |
|---|---|
|
data
Required
|
|
Keyword-Only Parameters
| Name | Description |
|---|---|
|
trigger_metadata
Required
|
|
encode
abstract classmethod encode(obj: Any, *, expected_type: type | None) -> Datum | None
Parameters
| Name | Description |
|---|---|
|
obj
Required
|
|
Keyword-Only Parameters
| Name | Description |
|---|---|
|
expected_type
Required
|
|
has_implicit_output
has_implicit_output() -> bool