Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/st…
Browse files Browse the repository at this point in the history
…ate-management/howto-get-save-state.md

Co-authored-by: Hannah Hunter <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo and hhunter-ms authored Oct 24, 2023
1 parent 661a1ed commit 625623e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ To launch a Dapr sidecar for the above example application, run a command simila
dapr run --app-id orderprocessing --app-port 6001 --dapr-http-port 3601 --dapr-grpc-port 60001 dotnet run
```

The above example will return a `BulkStateItem` with the serialized format of the value you saved to state. If you would prefer that the value be deserialized by the SDK across each of your bulk response items, you can instead use the following:
The above example returns a `BulkStateItem` with the serialized format of the value you saved to state. If you prefer that the value be deserialized by the SDK across each of your bulk response items, you can instead use the following:

```csharp
//dependencies
Expand Down

0 comments on commit 625623e

Please sign in to comment.