Skip to content

Add JSONTypeConverter #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 8, 2023
Merged

Add JSONTypeConverter #269

merged 2 commits into from
Feb 8, 2023

Conversation

cretz
Copy link
Member

@cretz cretz commented Feb 8, 2023

What was changed

  • Added new concept called JSONTypeConverter for those wanting to use existing JSON converter but customize the conversion from untyped JSON objects to expected type-hinted values.
  • Added (large) new README section on data conversion for custom types

Checklist

  1. Closes [Feature Request] Support JSON Type Converters #264

@cretz cretz requested a review from a team February 8, 2023 16:31
@cretz cretz force-pushed the json-type-converter branch from a7f4f83 to 7c8bebd Compare February 8, 2023 16:42
Co-authored-by: Roey Berman <[email protected]>
@cretz cretz merged commit b52e04e into temporalio:main Feb 8, 2023
@cretz cretz deleted the json-type-converter branch February 24, 2023 17:01
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.

[Feature Request] Support JSON Type Converters
3 participants