We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22c625 commit fffce6cCopy full SHA for fffce6c
temporalio/converter.py
@@ -312,7 +312,7 @@ def from_payload(
312
raise NotImplementedError
313
314
315
-class CompositePayloadConverter(PayloadConverter):
+class CompositePayloadConverter(PayloadConverter, WithSerializationContext):
316
"""Composite payload converter that delegates to a list of encoding payload converters.
317
318
Encoding/decoding are attempted on each payload converter successively until
0 commit comments