class documentation
class _SystemNexusPayloadConverter(temporalio.converter.PayloadConverter): (source)
Constructor: _SystemNexusPayloadConverter(user_payload_converter)
Payload converter for system Nexus outer envelopes.
| Method | __init__ |
Create a payload converter for system Nexus outer envelopes. |
| Method | from |
See base class. |
| Method | to |
See base class. |
| Instance Variable | _outer |
Undocumented |
| Instance Variable | _user |
Undocumented |
Inherited from PayloadConverter:
| Method | from |
Convert a single payload to a value. |
| Method | from |
from_payloads for the temporalio.api.common.v1.Payloads wrapper. |
| Method | to |
Convert a single value to a payload. |
| Method | to |
to_payloads for the temporalio.api.common.v1.Payloads wrapper. |
| Class Variable | default |
Default payload converter. |