Skip to main content

2 docs tagged with "payload-converter"

View All Tags

Converters and Codecs - Go SDK feature guide

Learn how to create a custom Payload Codec in Go, including encryption/compression and decryption/decompression logic, and use it with Data Converter to convert bytes to bytes. Discover how to set a custom Payload Codec with an instance of Data Converter in client options.

Converters and Codecs - Python SDK feature guide

Learn how to use custom Payload Codecs and Converters in Python to change the default Temporal Data Conversion behavior, add hooks, and perform encoding steps. Discover how to override the default Data Converter, implement custom encoding and decoding logic, and set up custom Payload Converters to support custom data types.