NexusSerializationContext for data/failure converters - #1828
Open
JoshuaFrenchwood wants to merge 3 commits into
Open
NexusSerializationContext for data/failure converters#1828JoshuaFrenchwood wants to merge 3 commits into
JoshuaFrenchwood wants to merge 3 commits into
Conversation
JoshuaFrenchwood
requested review from
Evanthx,
Quinn-With-Two-Ns,
VegetarianOrc and
atol
September 9, 2026 20:07
JoshuaFrenchwood
force-pushed
the
adding-nexus-serialization-context
branch
from
September 9, 2026 20:09
f36df7a to
0774bf3
Compare
JoshuaFrenchwood
marked this pull request as ready for review
September 9, 2026 20:09
JoshuaFrenchwood
force-pushed
the
adding-nexus-serialization-context
branch
from
September 9, 2026 20:16
0774bf3 to
21ee938
Compare
tconley1428
reviewed
Sep 9, 2026
tconley1428
reviewed
Sep 9, 2026
tconley1428
reviewed
Sep 9, 2026
tconley1428
reviewed
Sep 9, 2026
tconley1428
reviewed
Sep 9, 2026
JoshuaFrenchwood
force-pushed
the
adding-nexus-serialization-context
branch
from
September 10, 2026 21:55
070740b to
c91cfa3
Compare
JoshuaFrenchwood
force-pushed
the
adding-nexus-serialization-context
branch
2 times, most recently
from
September 11, 2026 15:02
c91cfa3 to
b98ea57
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
Added NexusSerializationContext for nexus callers and sync handlers. This allows data and failure converters to use nexus endpoint, service and operation to be used for encoding and decoding.
Why?
This enables codecs to select serialization behavior or encryption keys by Nexus endpoint, service, or operation.
For example, workflows calling two Nexus endpoints can encrypt each endpoint’s payloads with a different key while ensuring that inputs, results, and failures are decoded with the converter selected for the corresponding operation.
Checklist
Closes
How was this tested:
Added unit/functional tests to verify that NexusSerializationContext works as expected.