-
Notifications
You must be signed in to change notification settings - Fork 766
Added .NET SDK examples to serialization document #4596
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
Signed-off-by: Whit Waldo <[email protected]>
Stale PR, paging all reviewers |
Stale PR, paging all reviewers |
Stale PR, paging all reviewers |
@alicejgibbons Any chance you could review this? |
Updated formatting and grammar Signed-off-by: Mark Fussell <[email protected]>
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.
LGTM but will also let @alicejgibbons comment
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.
Thanks Whit, big improvement but just a couple small things.
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
{{% /codetab %}} | ||
|
||
<!-- Java --> | ||
{{% codetab %}} |
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.
I also don't think that this invokeActorMethod is correct anymore (unless you're using springboot?). @cicoyle can you take a peek at this actors example?
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.
Good call out - If Whit has the bandwidth and would like to update the Java code samples that would be great, but given this PR is for .NET, Im fine with proceeding with this PR and opening follow up issues to ensure the java sdk docs are up to date. I think that would be the best path forward to ensure proper prioritization of the work and not halt this PR that is updating .Net. We should definitely update the Java SDK documentation to align more clearly with our working examples in DemoActorClient.java and ActorTurnBasedConcurrencyIT.java.
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.
Haha, one thing I don't have is much bandwidth. I've never used the Java SDK and it seems to be receiving quite a few updates based on the flurry of PR notifications I've been receiving.
I would prefer to merge as-is if that's acceptable. I noticed while browsing around the other day that there are several other examples across the docs that I want to update (both for .NET and add JS samples throughout), so this is going to be far from the first of these.
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.
…sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
…sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
…sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
…sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
…ization documentation Signed-off-by: Whit Waldo <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>
…sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
…sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
…sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
…sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
daprdocs/content/en/developing-applications/local-development/sdk-serialization.md
Outdated
Show resolved
Hide resolved
…sdk-serialization.md Signed-off-by: Mark Fussell <[email protected]>
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.
I realize that this PR is intended to update the .NET docs, but can we please at a minimum take the client.invokeMethod
code suggestion in with this PR?
We can open follow up issues for the other mentioned java docs getting updated to not halt this PR for something its not intending to add.
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.
Thank you!
* Update conversation-overview.md fix todo Signed-off-by: Hannah Hunter <[email protected]> * update python examples for workflow; update conversation quickstart to python sdk Signed-off-by: Hannah Hunter <[email protected]> * Updates latest version to 1.15.1 (#4562) Also marks all `v1.12.x` releases to not-supported. We only support N-2 versions, where N is the latest version. Signed-off-by: joshvanl <[email protected]> * Revert back to built-in template that includes GA Signed-off-by: Marc Duiker <[email protected]> * spelling-fix: kubernetes-persisting-scheduler.md (#4566) instalation -> installation Signed-off-by: Jake Engelberg <[email protected]> * remove 3500, only use as an example in API docs Signed-off-by: Hannah Hunter <[email protected]> * Update kubernetes-persisting-scheduler.md (#4568) dapr / PVC uninstall specifics, about how a manual deletion of PVCs is required to define a new volume. Signed-off-by: Jake Engelberg <[email protected]> * Update sidecar.md (#4570) Add missing sample argument for Dapr sidecar app port config sample Signed-off-by: Jonel Dominic Tapang <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> * Update v1.15.1 --> v1.15.2 (#4571) * update patch version to latest Signed-off-by: Hannah Hunter <[email protected]> * update shortcode Signed-off-by: Hannah Hunter <[email protected]> --------- Signed-off-by: Hannah Hunter <[email protected]> * update keys to items for consistency (#4565) Signed-off-by: Hannah Hunter <[email protected]> * update the docs Signed-off-by: msfussell <[email protected]> * Update multi-app template and arguments annotations for new configuration options (#4573) Signed-off-by: Anton Troshin <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * update author and manage workflow how-tos Signed-off-by: Hannah Hunter <[email protected]> * Added .NET streaming subscription example to pubsub page Signed-off-by: Whit Waldo <[email protected]> * Added double quotes around .NET in the tabs markup Signed-off-by: Whit Waldo <[email protected]> * Fixed spelling mistake in secret-scope.md (#4593) "Scop" fixed to "Scope" Signed-off-by: James Pegg <[email protected]> * Update self-hosted-with-docker.md - make `scheduler` running (#4599) * Update self-hosted-with-docker.md - make scheduler running Signed-off-by: Mathieu Benoit <[email protected]> * Update self-hosted-with-docker.md - --scheduler-host-address Signed-off-by: Mathieu Benoit <[email protected]> * Update self-hosted-with-docker.md - Use smaller container images for placement and scheduler Signed-off-by: Mathieu Benoit <[email protected]> --------- Signed-off-by: Mathieu Benoit <[email protected]> * Update actors-quickstart.md (#4601) Update to .NET 8 runtime Signed-off-by: Alice Gibbons <[email protected]> * Upped stalebot period from 5 to 30 days (#4610) Signed-off-by: Whit Waldo <[email protected]> * Added troubleshooting step to resolve port conflicts during `dapr init` on Windows (#4602) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * change application insights example from insights key to connection string (#4598) Signed-off-by: fabistb <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * docs: bindings.cron every 15m (#4605) Signed-off-by: Joey Freeland <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> * fix: broken link due to typo (#4604) Signed-off-by: thrubovc <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated .NET workflow method names (#4586) * Updated .NET workflow method names Signed-off-by: Whit Waldo <[email protected]> * Fixed incorrect .NET method name for purging workflow instances Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update documentation for GCP Secret Manager and Object Store support of implicit authentication (#4592) Signed-off-by: Anton Troshin <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Adds Warning that Actor Reminder Partition is not relevant by default (#4561) * Adds Warning that Actor Reminder Partition is not relevant by default Updates the Actor Reminder Partition config page with a Warning that the feature is only relevant when using state store Actor Reminders which are no longer used by default. De-references this page from the actor rutime config page to softly hide it. Updates some verbiage around using Scheduler reminders & the feature gate as it's on by default. This should be merged in dapr/[email protected]. Signed-off-by: joshvanl <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> * Update kubernetes-persisting-scheduler.md Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> * add conversation API to allow list (#4581) Signed-off-by: Fabian Martinez <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added local echo conversation component (#4587) * Added local echo conversation component Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/reference/components-reference/supported-conversation/local-echo.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update local-echo.md Fixed repeated text Signed-off-by: Mark Fussell <[email protected]> * Update generic.yaml Marking Echo stable, since it is only used for local testing Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update conversation_api.md (#4589) Signed-off-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Corrected typo namepsace to namespace (#4613) Signed-off-by: Martin Cambal <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fixed typo => "loggings" to "logging" (#4619) Signed-off-by: Whit Waldo <[email protected]> * Fixed typo -> "Fleuntd" to "Fluentd" (#4618) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * On the page covering binding inputs (triggers), the text erroneously suggested that the following examples demonstrated output bindings. (#4620) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update kubernetes-production.md (#4616) Signed-off-by: Joe Bowbeer <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added .NET SDK examples to serialization document (#4596) * Added .NET SDK examples to serialization document + modernized it some Signed-off-by: Whit Waldo <[email protected]> * Update sdk-serialization.md Updated formatting and grammar Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Updated serialization package links + added reference to actor serialization documentation Signed-off-by: Whit Waldo <[email protected]> * Added input binding examples for .NET Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Signed-off-by: Mark Fussell <[email protected]> * Updated to use the correct method for service invocation Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> * apache ignite description on cassandra (#4630) Signed-off-by: Fernando Rocha <[email protected]> * Updating AKS Cluster creation command (#4632) * updating aks cluster creation command Signed-off-by: Fernando Rocha <[email protected]> * adding missing space Signed-off-by: Fernando Rocha <[email protected]> --------- Signed-off-by: Fernando Rocha <[email protected]> * Argo CD Integration docs (#4629) * Argo CD Integration docs Signed-off-by: Fernando Rocha <[email protected]> * page weight Signed-off-by: Fernando Rocha <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Fernando Rocha <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added tags example (#4635) Signed-off-by: adam6878 <[email protected]> * v1.15- update supported release versions (#4639) Signed-off-by: joshvanl <[email protected]> * chore: update stale bot duration to 90D (#4628) Signed-off-by: Mike Nguyen <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Nelson Parente <[email protected]> * Adds a new component config option for Redis PubSub (#4591) * Adds a new component config option for Redis PubSub Signed-off-by: Elena Kolevska <[email protected]> * Updates for dynamic ttl Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Nelson Parente <[email protected]> * Update Dapr Slide deck (#4641) Signed-off-by: Marc Duiker <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modified all the C# examples through the configuration document (#4638) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix broken .yml link in conversation-quickstart.md (#4642) Corrected the file extension in the documentation link from .yml to .yaml to fix a broken link. Replaced: https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yml with: https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yaml Signed-off-by: tommygood <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated to reflect a modern .NET example for retrieving secrets from Dapr Secret Management (#4636) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modernized .NET examples for binding inputs and outputs (#4621) * Modernized .NET example to include modern syntax for controller example and add a minimal API version for completeness Signed-off-by: Whit Waldo <[email protected]> * Removed //dependencies text as no one does this Signed-off-by: Whit Waldo <[email protected]> * Modernized example for binding outputs in .NET Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated to modernize .NET examples (#4631) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix for workflow mgmt api call rendering (#4652) Signed-off-by: Bilgin Ibryam <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix links to durabletask-go: point to dapr org (#4654) Signed-off-by: Bilgin Ibryam <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Correcting .NET examples in the workflow docs (#4627) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modernized the .NET examples for interacting with state in Dapr (#4622) * Modernized the .NET examples for interacting with state in Dapr Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update to v1.15.5 (#4656) * dapr-latest-version.html: update to v1.15.4 Signed-off-by: joshvanl <[email protected]> * Update release to 1.15.5 Signed-off-by: joshvanl <[email protected]> * Update daprdocs/content/en/operations/support/support-release-policy.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update subscription-schema.md (#4658) Signed-off-by: Joe Bowbeer <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update PubSub Raw doc (#4659) * Update pubsub-raw.md Updating Raw PubSub doc to be more specific about content type and delivery details. Signed-off-by: Alice Gibbons <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Alice Gibbons <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Azure Application Insights fixes (#4660) Signed-off-by: Alice Gibbons <[email protected]> * style: fix typo in word for conversation api (#4672) Signed-off-by: Samantha Coyle <[email protected]> * Add workflow slide deck, fix hugo version (#4677) Signed-off-by: Marc Duiker <[email protected]> * Add additional behavior of failing App Health Checks - as explained by @JoshVanL (#4667) Signed-off-by: Oliver Tomlinson <[email protected]> Co-authored-by: Marc Duiker <[email protected]> * Update workflow diagrams (#4682) * Update workflow pattern diagrams Signed-off-by: Marc Duiker <[email protected]> * Update workflow diagrams to new style Signed-off-by: Marc Duiker <[email protected]> * Update diagrams Signed-off-by: Marc Duiker <[email protected]> * Update workflow k8s diagram Signed-off-by: Marc Duiker <[email protected]> --------- Signed-off-by: Marc Duiker <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * update developing-applications folder links (#4705) Signed-off-by: Arhell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update LICENSE (#4712) Updates license to Apache 2.0 Signed-off-by: Yaron Schneider <[email protected]> --------- Signed-off-by: Hannah Hunter <[email protected]> Signed-off-by: Hannah Hunter <[email protected]> Signed-off-by: joshvanl <[email protected]> Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Jake Engelberg <[email protected]> Signed-off-by: Jonel Dominic Tapang <[email protected]> Signed-off-by: msfussell <[email protected]> Signed-off-by: Anton Troshin <[email protected]> Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: James Pegg <[email protected]> Signed-off-by: Mathieu Benoit <[email protected]> Signed-off-by: Alice Gibbons <[email protected]> Signed-off-by: fabistb <[email protected]> Signed-off-by: Joey Freeland <[email protected]> Signed-off-by: thrubovc <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Signed-off-by: Fabian Martinez <[email protected]> Signed-off-by: Siri Varma Vegiraju <[email protected]> Signed-off-by: Martin Cambal <[email protected]> Signed-off-by: Joe Bowbeer <[email protected]> Signed-off-by: Fernando Rocha <[email protected]> Signed-off-by: adam6878 <[email protected]> Signed-off-by: Mike Nguyen <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: tommygood <[email protected]> Signed-off-by: Bilgin Ibryam <[email protected]> Signed-off-by: Samantha Coyle <[email protected]> Signed-off-by: Oliver Tomlinson <[email protected]> Signed-off-by: Arhell <[email protected]> Signed-off-by: Yaron Schneider <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Josh van Leeuwen <[email protected]> Co-authored-by: Marc Duiker <[email protected]> Co-authored-by: Jake Engelberg <[email protected]> Co-authored-by: Jonel Dominic Tapang <[email protected]> Co-authored-by: Anton Troshin <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: James Pegg <[email protected]> Co-authored-by: Mathieu Benoit <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Fabian Steinbach <[email protected]> Co-authored-by: Joey Freeland <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: thrubovc <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: Fabian Martinez <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: Martin Cambal <[email protected]> Co-authored-by: Joe Bowbeer <[email protected]> Co-authored-by: Fernando Rocha <[email protected]> Co-authored-by: Adam shamis <[email protected]> Co-authored-by: Mike Nguyen <[email protected]> Co-authored-by: Nelson Parente <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Co-authored-by: tommygood <[email protected]> Co-authored-by: Bilgin Ibryam <[email protected]> Co-authored-by: Sam <[email protected]> Co-authored-by: Oliver Tomlinson <[email protected]> Co-authored-by: Ihor Sychevskyi <[email protected]>
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
The SDK serialization page claimed that only Java uses JSON serialization. To my knowledge, that's not accurate at all - all of the languages use JSON, though there have been recent requests for other serialization approaches. Regardless... while supposedly addressing serialization requirements across the solution, it only provided Java-specific examples. This PR adds .NET examples that are current (for now) to the 1.16 release.
Issue reference
Please reference the issue this PR will close: #4595