class documentation

class RawValue: (source)

View In Hierarchy

Representation of an unconverted, raw payload.

This type can be used as a parameter or return type in workflows, activities, signals, and queries to pass through a raw payload. Encoding/decoding of the payload is still done by the system.

Method __getstate__ Pickle support.
Method __setstate__ Pickle support.
Class Variable payload Undocumented
def __getstate__(self) -> object: (source)

Pickle support.

def __setstate__(self, state: object): (source)

Pickle support.