Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Add RawValue support

closes #2425

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner April 28, 2025 22:00
* <p>This type can be used as a parameter or return type in workflows and activities to pass
* through a raw payload. Encoding/decoding of the payload is still done by the system.
*/
public final class RawValue {
Copy link
Member

@cretz cretz Apr 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be worth the good 'ol hash code, equals, and toString (or at least the first two)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yeah good point

@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 3c9e819 into temporalio:master Apr 29, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support "RawValue" non-converted values
2 participants