-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update Orleans persistence docs for Orleans 7.0+ serialization API #51547
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
Conversation
…Json Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates Orleans grain persistence documentation to reflect the Orleans 7.0+ storage serialization configuration model (using IGrainStorageSerializer and the GrainStorageSerializer options property) and removes outdated UseJsonFormat/UseJson references.
Changes:
- Replace legacy
UseJsonFormat/UseJsonmentions with Orleans 7.0+GrainStorageSerializerguidance. - Add new “Configure serialization” sections and cross-link to the main serialization documentation.
- Add version-scoped guidance in the grain persistence overview via zone pivots.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| docs/orleans/grains/grain-persistence/relational-storage.md | Removes UseJsonFormat, adds Orleans 7.0+ serializer configuration guidance, and updates referenced options docs. |
| docs/orleans/grains/grain-persistence/index.md | Adds zone-pivoted recommendation text for Orleans 7.0+ storage serializer configuration. |
| docs/orleans/grains/grain-persistence/dynamodb-storage.md | Removes UseJson from the sample and adds an Orleans 7.0+ serializer configuration section. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews